#include <testSupplier.h>
Inheritance diagram for TestSupplier:
Public Member Functions | |
TestSupplier (const char *channelName) | |
void | publishEvent (const char *someData) |
Protected Member Functions | |
virtual const char * | getChannelKind () |
virtual const char * | getEventType () |
virtual | ~TestSupplier () |
|
|
|
|
|
Overridden. Implements BaseHelper.
|
|
This method returns a constant character pointer to the type of event.
Implements BaseSupplier.
|
|
|