org.apache.avalon.phoenix
Interface BlockListener
- All Superinterfaces:
- EventListener
- All Known Subinterfaces:
- ApplicationListener
Deprecated. This interface has been replaced by ApplicationListener
- public interface BlockListener
- extends EventListener
Implementations of this interface receive notifications about
changes to the state of Block
s 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.
- Author:
- Peter Donald
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. |
blockAdded
public void blockAdded(BlockEvent event)
- Deprecated.
- Notification that a block has just been added
to Server Application.
- Parameters:
event
- the BlockEvent
blockRemoved
public void blockRemoved(BlockEvent event)
- Deprecated.
- Notification that a block is just about to be
removed from Server Application.
- Parameters:
event
- the BlockEvent
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.