#include <EventListenerInstancer.h>


Public Member Functions | |
| virtual EventListener * | InstanceEventListener (const String &value)=0 |
| virtual void | Release ()=0 |
| Releases this event listener instancer. | |
Protected Member Functions | |
| virtual void | OnReferenceDeactivate () |
| A hook method called when the reference count drops to 0. | |
| virtual EventListener* Rocket::Core::EventListenerInstancer::InstanceEventListener | ( | const String & | value | ) | [pure virtual] |
Instance an event listener object.
| value | Value of the event. |
Implemented in Rocket::Core::Python::EventListenerInstancer.