public interface DistributedObjectListener extends EventListener
DistributedObject
is created or destroyed cluster-wide.Modifier and Type | Method and Description |
---|---|
void |
distributedObjectCreated(DistributedObjectEvent event)
Invoked when a DistributedObject is created.
|
void |
distributedObjectDestroyed(DistributedObjectEvent event)
Invoked when a DistributedObject is destroyed.
|
void distributedObjectCreated(DistributedObjectEvent event)
event
- the event for the created DistributedObjectvoid distributedObjectDestroyed(DistributedObjectEvent event)
event
- the event for the destroyed DistributedObjectCopyright © 2022 Hazelcast, Inc.. All rights reserved.