org.mmbase.core.event
Interface WeakNodeEventListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- ASelectCloudContextUser, Authenticate.LocalAdmin, User
public interface WeakNodeEventListener
- extends EventListener
This is a listener interface for node events. Short lived objects, which want to be notified
about NodeEvent's can implement this, so that they are automaticly removed from the Broker if
they are not any more referenced otherwise.
- Since:
- MMBase-1.8.5
- Version:
- $Id: WeakNodeEventListener.java 34900 2009-05-01 16:29:42Z michiel $
- Author:
- Michiel Meeuwissen
notify
void notify(NodeEvent event)
MMBase 2.0-SNAPSHOT - null