wt.projmgmt
Interface ProjMgmtServiceSvr

All Known Implementing Classes:
StandardProjMgmtService

public interface ProjMgmtServiceSvr



Supported API: false

Extendable: false


Method Summary
 void processProjMgmtEvent(ProjectEventType event_type, ExecutionObject source, Object old_val)
          Creates and emits project management service event.
 

Method Detail

processProjMgmtEvent

public void processProjMgmtEvent(ProjectEventType event_type,
                                 ExecutionObject source,
                                 Object old_val)
                          throws WTException
Creates and emits project management service event.

Supported API: false

Parameters:
event_type -
source -
old_val -
Throws:
WTException