Interface DistributedObjectListener

    • Method Detail

      • distributedObjectCreated

        void distributedObjectCreated​(DistributedObjectEvent event)
        Invoked when a DistributedObject is created.
        Parameters:
        event - the event for the created DistributedObject
      • distributedObjectDestroyed

        void distributedObjectDestroyed​(DistributedObjectEvent event)
        Invoked when a DistributedObject is destroyed.
        Parameters:
        event - the event for the destroyed DistributedObject