public class QueuedCollectionRecreateEvent extends QueuedEvent
| Constructor and Description |
|---|
QueuedCollectionRecreateEvent(Serializable id,
Class<?> ownerClass,
Serializable collectionEntityId,
Object collectionEntityValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value) |
void |
fire(EntityListeners listeners) |
Serializable |
getCollectionEntityId() |
Object |
getCollectionEntityValue() |
Class<?> |
getOwnerClass() |
int |
hashCode() |
String |
toString() |
getIdpublic QueuedCollectionRecreateEvent(Serializable id, Class<?> ownerClass, Serializable collectionEntityId, Object collectionEntityValue)
public int hashCode()
hashCode in class QueuedEventpublic boolean equals(Object value)
equals in class QueuedEventpublic String toString()
toString in class QueuedEventpublic Class<?> getOwnerClass()
public Serializable getCollectionEntityId()
public Object getCollectionEntityValue()
public void fire(EntityListeners listeners)
fire in class QueuedEvent