public class QueuedUpdateEvent extends QueuedEvent
| Constructor and Description |
|---|
QueuedUpdateEvent(Serializable id,
Object value,
String[] modifiedProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value) |
void |
fire(EntityListeners listeners) |
String[] |
getMofifiedProperties() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
getIdpublic QueuedUpdateEvent(Serializable id, Object value, String[] modifiedProperties)
public int hashCode()
hashCode in class QueuedEventpublic boolean equals(Object value)
equals in class QueuedEventpublic String toString()
toString in class QueuedEventpublic Object getValue()
public String[] getMofifiedProperties()
public void fire(EntityListeners listeners)
fire in class QueuedEvent