|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HandlerTask
A task that will deliver its event to its EventHandler when executed or blacklist the handler, respectively.
| Method Summary | |
|---|---|
void |
blackListHandler()
Blacklist the handler. |
void |
execute()
Deliver the event to the handler. |
boolean |
finished()
Is the delivery finished |
java.lang.String |
getHandlerClassName()
Return the class name of the handler |
| Method Detail |
|---|
java.lang.String getHandlerClassName()
void execute()
void blackListHandler()
boolean finished()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||