|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Implementations of this interface receive notifications about
changes to the state of Blocks in the Server Application
they are a part of. The implementation must have a zero argument
constructor and is instantiated before any other component of the Server
Application. To receive notification events, the implementation class
should be specified in the assembly.xml descriptor.
| Method Summary | |
void |
blockAdded(BlockEvent event)
Deprecated. Notification that a block has just been added to Server Application. |
void |
blockRemoved(BlockEvent event)
Deprecated. Notification that a block is just about to be removed from Server Application. |
| Method Detail |
public void blockAdded(BlockEvent event)
event - the BlockEventpublic void blockRemoved(BlockEvent event)
event - the BlockEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||