|
Hazelcast C++ Client
|
#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... | |
| E | type of item. |
|
inline |
Return the event type.
|
inline |
|
inline |
Returns the member fired this event.
|
inline |
Returns the name of the collection for this event.
1.8.11