com.genesyslab.ail.event
Interface ConfigObjectListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
AbstractDn, AgentListener, Dn, DnListener, DnRoutingPoint, DnRoutingPointListener, PlaceListener

public interface ConfigObjectListener
extends java.util.EventListener

Listener for object modification in the Configuration Layer.


Method Summary
 void deleted()
          This method is called when the object on which the listener was registered was deleted in the Configuration Layer.
 

Method Detail

deleted

void deleted()
This method is called when the object on which the listener was registered was deleted in the Configuration Layer.