Package info.dmtree
Interface DmtEventListener
-
public interface DmtEventListenerRegistered implementations of this class are notified viaDmtEventobjects about important changes in the tree. Events are generated after every successful DMT change, and also when sessions are opened or closed. If aDmtSessionis opened in atomic mode, DMT events are only sent when the session is committed, when the changes are actually performed.- Version:
- $Revision: 5673 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangeOccurred(DmtEvent event)DmtAdminuses this method to notify the registered listeners about the change.
-
-
-
Method Detail
-
changeOccurred
void changeOccurred(DmtEvent event)
DmtAdminuses this method to notify the registered listeners about the change. This method is called asynchronously from the actual event occurrence.- Parameters:
event- theDmtEventdescribing the change in detail
-
-