Uses of Class
com.hazelcast.core.ItemEventType

Packages that use ItemEventType
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of ItemEventType in com.hazelcast.core
 

Methods in com.hazelcast.core that return ItemEventType
static ItemEventType ItemEventType.getByType(int eventType)
           
 ItemEventType ItemEvent.getEventType()
          Returns the event type.
static ItemEventType ItemEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemEventType[] ItemEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.hazelcast.core with parameters of type ItemEventType
ItemEvent(String name, ItemEventType itemEventType, E item, Member member)
           
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.