Package com.swiftmq.mgmt
Class EntityListEventAdapter
- java.lang.Object
-
- com.swiftmq.mgmt.EntityChangeAdapter
-
- com.swiftmq.mgmt.EntityListEventAdapter
-
- All Implemented Interfaces:
EntityAddListener
,EntityRemoveListener
public abstract class EntityListEventAdapter extends EntityChangeAdapter
-
-
Field Summary
-
Fields inherited from class com.swiftmq.mgmt.EntityChangeAdapter
configObject
-
-
Constructor Summary
Constructors Constructor Description EntityListEventAdapter(EntityList entityList, boolean add, boolean remove)
EntityListEventAdapter(EntityList entityList, java.lang.Object configObject, boolean add, boolean remove)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
init()
-
Methods inherited from class com.swiftmq.mgmt.EntityChangeAdapter
onConfigurationAdd, onEntityAdd, onEntityRemove
-
-
-
-
Constructor Detail
-
EntityListEventAdapter
public EntityListEventAdapter(EntityList entityList, java.lang.Object configObject, boolean add, boolean remove)
-
EntityListEventAdapter
public EntityListEventAdapter(EntityList entityList, boolean add, boolean remove)
-
-