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() |
getId
public QueuedUpdateEvent(Serializable id, Object value, String[] modifiedProperties)
public int hashCode()
hashCode
in class QueuedEvent
public boolean equals(Object value)
equals
in class QueuedEvent
public String toString()
toString
in class QueuedEvent
public Object getValue()
public String[] getMofifiedProperties()
public void fire(EntityListeners listeners)
fire
in class QueuedEvent