Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::ItemEventBase Class Reference
+ Inheritance diagram for hazelcast::client::ItemEventBase:

Public Member Functions

 ItemEventBase (const std::string &name, const Member &member, const ItemEventType &eventType)
 
Member getMember () const
 Returns the member fired this event. More...
 
ItemEventType getEventType () const
 Return the event type. More...
 
std::string getName () const
 Returns the name of the collection for this event. More...
 

Member Function Documentation

ItemEventType hazelcast::client::ItemEventBase::getEventType ( ) const

Return the event type.

Returns
event type ItemEventType
Member hazelcast::client::ItemEventBase::getMember ( ) const

Returns the member fired this event.

Returns
the member fired this event.
std::string hazelcast::client::ItemEventBase::getName ( ) const

Returns the name of the collection for this event.

Returns
name of the collection.

The documentation for this class was generated from the following files: