|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuntimeLifecycleListener
Method Summary | |
---|---|
void |
handleEvent(IRuntimeLifecycleEvent event)
This method is called by the framework to notify the listener that an event has occurred. |
Method Detail |
---|
void handleEvent(IRuntimeLifecycleEvent event)
It is highly advised that any listener that performs non-critical or long-running tasks that can be performed in the background (such as updating UI) do so asynchronously by spinning off a thread, scheduling a job, etc. This allows the original modification to complete faster resulting in better perceived responsiveness.
event
- the object describing the event
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |