Uses of Class
com.hazelcast.core.DistributedObjectEvent
Packages that use DistributedObjectEvent
-
Uses of DistributedObjectEvent in com.hazelcast.core
Methods in com.hazelcast.core with parameters of type DistributedObjectEventModifier and TypeMethodDescriptionvoid
DistributedObjectListener.distributedObjectCreated
(DistributedObjectEvent event) Invoked when a DistributedObject is created.void
DistributedObjectListener.distributedObjectDestroyed
(DistributedObjectEvent event) Invoked when a DistributedObject is destroyed.