|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChainListener
This interface allows Listeners on events during the life of a chain of commands. By implementing this interface a class can listen to events occurring during the processing of the context by any command that fires these events. The listener then needs to be added to the command by the relevant interface method.
$Id: ChainListener.java 182 2010-12-13 22:51:53Z georgosn $
Method Summary | |
---|---|
void |
fireEvent(ChainEvent event)
Fire event. |
Method Detail |
---|
void fireEvent(ChainEvent event)
event
- the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |