| Package | Description | 
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientEventType | ClientEvent. getEventType() | 
| static ClientEventType | ClientEventType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ClientEventType[] | ClientEventType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| ClientEvent(String uuid,
           ClientEventType eventType,
           InetSocketAddress address,
           ClientType clientType) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.