CCAFFEINE
0.8.8
|
#include <ComponentChangedEvent.h>
Public Member Functions | |
virtual int | getChangeType ()=0 |
virtual const char * | getComponentInstance ()=0 |
virtual const char * | getPortInstance ()=0 |
virtual const char * | getPortType ()=0 |
Static Public Attributes | |
static int | PORT_ERROR |
static int | PORT_REMOVED |
static int | PORT_ADDED |
static int | PORT_REGISTERED |
static int | PORT_UNREGISTERED |
Mechanism for signalling a change in a component's status.
virtual int ComponentChangedEvent::getChangeType | ( | ) | [pure virtual] |
Returns the change type that has occurred.
Implemented in GizzardComponentChangedEvent.
virtual const char* ComponentChangedEvent::getComponentInstance | ( | ) | [pure virtual] |
Returns the instance name for this component.
Implemented in GizzardComponentChangedEvent.
virtual const char* ComponentChangedEvent::getPortInstance | ( | ) | [pure virtual] |
Returns the instance name of the affected port, if any, otherwise returns null.
Implemented in GizzardComponentChangedEvent.
int ComponentChangedEvent::PORT_ERROR [static] |
This is an erroneously accessed event object (already deleted).
int ComponentChangedEvent::PORT_REMOVED [static] |
A provides Port on this component has been removed.
int ComponentChangedEvent::PORT_ADDED [static] |
A provides port on a component has been added.
int ComponentChangedEvent::PORT_REGISTERED [static] |
A uses Port on this component has been registered.
int ComponentChangedEvent::PORT_UNREGISTERED [static] |
A uses Port on this component has been unregistered.