|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Trigger
Interface implemented by objects listening to events on the event queue inside of the
SerivceManager.
| Method Summary | |
|---|---|
java.lang.String |
getEventName()
Returns the event name that this Trigger is interested in. |
void |
handleEvent(Event event,
Context context)
Handles an event from the event queue. |
| Method Detail |
|---|
void handleEvent(Event event,
Context context)
event - Event to handlecontext - TODOjava.lang.String getEventName()
Trigger is interested in.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||