#include <EventChannel.h>
Inheritance diagram for qpid::sys::EventChannel:
Public Member Functions | |
void | postEvent (Event &event) |
Post an event to the channel. | |
void | postEvent (Event *event) |
Post an event to the channel. | |
Event * | getEvent () |
Wait for the next complete event. | |
Static Public Member Functions | |
static shared_ptr | create () |
Event* qpid::sys::EventChannel::getEvent | ( | ) |
Wait for the next complete event.
void qpid::sys::EventChannel::postEvent | ( | Event * | event | ) | [inline] |
Post an event to the channel.
Must not be 0.