Uses of Class
org.jboss.cache.pojo.notification.event.ListModifiedEvent.Operation

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(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, List source, ListModifiedEvent.Operation operation, int index, Object value, boolean local)
           
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.