|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class defines the interface which must be implemented by every object which wishes to be informed of changes in the XMAContext.
| Method Summary | |
void |
contextChanged(ContextChangeEvent event)
Called imediately after the context has changed. |
void |
contextChangeFailed(ContextChangeEvent event,
java.lang.Exception exception)
Called if the context change failed on the server side. |
void |
contextWillChange(VotingEvent event)
Called befor the context changes. |
| Method Detail |
public void contextWillChange(VotingEvent event)
event - containing the changeType and doit.public void contextChanged(ContextChangeEvent event)
event - containing old and new context
public void contextChangeFailed(ContextChangeEvent event,
java.lang.Exception exception)
event - containing old and new contextexception - explaining the failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||