Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Member Functions | List of all members
hazelcast::client::ItemEvent< E > Class Template Reference

ItemEvent. More...

#include <ItemEvent.h>

Public Member Functions

 ItemEvent (const std::string &name, ItemEventType eventType, const E &item, const Member &member)
 constructor
 
const E & getItem () const
 
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...
 

Detailed Description

template<typename E>
class hazelcast::client::ItemEvent< E >

ItemEvent.

Parameters
Etype of item.
See Also
Queue::addItemListener
List::addItemListener
Set::addItemListener

Member Function Documentation

template<typename E>
ItemEventType hazelcast::client::ItemEvent< E >::getEventType ( ) const
inline

Return the event type.

Returns
event type ItemEventType
template<typename E>
const E& hazelcast::client::ItemEvent< E >::getItem ( ) const
inline
Returns
the item.
template<typename E>
Member hazelcast::client::ItemEvent< E >::getMember ( ) const
inline

Returns the member fired this event.

Returns
the member fired this event.
template<typename E>
std::string hazelcast::client::ItemEvent< E >::getName ( ) const
inline

Returns the name of the collection for this event.

Returns
name of the collection.

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