|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining a listener for entering and leaving multitask phases.
EclipseMultitaskConnection
Method Summary | |
void |
ending(EclipseMultitaskConnection eclipse,
java.lang.String type)
Called when ECLiPSe is leaving a multitasking phase. |
void |
starting(EclipseMultitaskConnection eclipse,
java.lang.String type)
Called when ECLiPSe enters a multitasking phase. |
Method Detail |
public void starting(EclipseMultitaskConnection eclipse, java.lang.String type)
If a peer is interested in the type of multitasking phase, then it should call multitaskConfirm() on the EclipseMultitaskConnection object within this method.
This method is called before any pending multitasking RPCs
public void ending(EclipseMultitaskConnection eclipse, java.lang.String type)
The peer can still perform multitasking RPCs for the duration of this method call.
This method is called before any pending RPCs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |