org.jboss.cache.pojo.notification.event
Class SetModifiedEvent
java.lang.Object
java.util.EventObject
org.jboss.cache.pojo.notification.event.Event
org.jboss.cache.pojo.notification.event.SetModifiedEvent
- All Implemented Interfaces:
- java.io.Serializable
public final class SetModifiedEvent
- extends Event
A notification that indicates an attached Set was modified.
- Author:
- Jason T. Greene
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SetModifiedEvent
public SetModifiedEvent(NotificationContext context,
java.util.Set source,
SetModifiedEvent.Operation operation,
java.lang.Object value,
boolean local)
getOperation
public SetModifiedEvent.Operation getOperation()
- Gets the operation of this change.
- Returns:
- the operation.
getValue
public java.lang.Object getValue()
- Gets the new value for this change. Returns null on a remove operation.
- Returns:
- the new value, or null if remove
getSource
public java.util.Set getSource()
- Overrides:
getSource
in class java.util.EventObject