wt.projmgmt
Interface ProjMgmtService

All Known Implementing Classes:
ProjMgmtServiceFwd, StandardProjMgmtService

public interface ProjMgmtService



Supported API: false

Extendable: false


Method Summary
 void emitEvent(String event_type, Object target, Object emitter)
          Emits a project management service event.
 void emitViewContentEvent(String target_ref_str)
          Emits a VIEW_CONTENTproject management service event.
 

Method Detail

emitEvent

public void emitEvent(String event_type,
                      Object target,
                      Object emitter)
               throws WTException
Emits a project management service event. The event type, the source object and the emitter object (service or class) are passed as arguments.

Supported API: false

Parameters:
event_type -
target -
emitter -
Throws:
WTException

emitViewContentEvent

public void emitViewContentEvent(String target_ref_str)
                          throws WTException
Emits a VIEW_CONTENTproject management service event. A string representation of the object reference is passed as argument. This method is primarily used when viewing an object with ProductView.

Supported API: false

Parameters:
target_ref_str -
Throws:
WTException