GCF::ActivationEvent Class Reference
Contains parameters that describe an activation event
#include <GCF3/Component> .
Public Member Functions | |
bool | isPreActivation () const |
bool | isPostActivation () const |
Member Function Documentation
bool GCF::ActivationEvent::isPreActivation | ( | ) | const |
- Returns
- true if the class describes a pre-activation event. false otherwise.
bool GCF::ActivationEvent::isPostActivation | ( | ) | const |
- Returns
- true if the class describes a post-activation event. false otherwise.