Package com.swiftmq.mgmt
Interface EntityWatchListener
-
public interface EntityWatchListenerA listener to be register at Entities and to get informed about additions and removals. Note that this listener is intended for notification only. There is no intervention possible to prevent additions/removals.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidentityAdded(Entity parent, Entity entity)Called after the entity has been added.voidentityRemoved(Entity parent, Entity entity)Called after the entity has been removed.
-