|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListModifiedEvent.Operation | |
|---|---|
| org.jboss.cache.pojo.notification.event | |
| Uses of ListModifiedEvent.Operation in org.jboss.cache.pojo.notification.event |
|---|
| Methods in org.jboss.cache.pojo.notification.event that return ListModifiedEvent.Operation | |
|---|---|
ListModifiedEvent.Operation |
ListModifiedEvent.getOperation()
Gets the operation of this change. |
static ListModifiedEvent.Operation |
ListModifiedEvent.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ListModifiedEvent.Operation[] |
ListModifiedEvent.Operation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in org.jboss.cache.pojo.notification.event with parameters of type ListModifiedEvent.Operation | |
|---|---|
ListModifiedEvent(NotificationContext context,
java.util.List source,
ListModifiedEvent.Operation operation,
int index,
java.lang.Object value,
boolean local)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||