com.neeve.discovery
Class DiscoveryCacheEvents.DiscoveryCacheRemoveEventData

java.lang.Object
  extended by com.neeve.discovery.DiscoveryCacheEvents.DiscoveryCacheRemoveEventData
Enclosing class:
DiscoveryCacheEvents

public static class DiscoveryCacheEvents.DiscoveryCacheRemoveEventData
extends Object

Data object for the DiscoveryCacheEvents.EVENT_ENTITY_REMOVE event type.


Field Summary
 DiscoveryCacheEvents.EntityRemovalCause cause
           
 IDiscoveryEntity removedEntity
          The entity removed from the cache.
 
Constructor Summary
DiscoveryCacheEvents.DiscoveryCacheRemoveEventData(IDiscoveryEntity removedEntity, DiscoveryCacheEvents.EntityRemovalCause cause)
          Constructor
 
Method Summary
 String toString()
          Get a string representation of the object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

removedEntity

public final IDiscoveryEntity removedEntity
The entity removed from the cache.


cause

public final DiscoveryCacheEvents.EntityRemovalCause cause
Constructor Detail

DiscoveryCacheEvents.DiscoveryCacheRemoveEventData

public DiscoveryCacheEvents.DiscoveryCacheRemoveEventData(IDiscoveryEntity removedEntity,
                                                          DiscoveryCacheEvents.EntityRemovalCause cause)
Constructor

Method Detail

toString

public String toString()
Get a string representation of the object

Overrides:
toString in class Object


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.