Class Actor::Actor
Inherited by the following classes: Kywy::Clock, Kywy::Engine, Kywy::Input
Public Functions
Type | Name |
---|---|
Actor () |
|
void | addSubscriber (Actor * actor) |
void | disable () |
void | dispatch (Message * message) |
void | enable () |
virtual void | handle (Message * message) = 0 |
virtual void | initialize () |
void | publish (Message * message) |
void | removeSubscriber (Actor * actor) |
void | start () |
void | stop () |
void | subscribe (Actor * actor) |
virtual void | teardown () |
void | unsubscribe (Actor * actor) |
~Actor () |
Public Functions Documentation
function Actor
function addSubscriber
function disable
function dispatch
function enable
function handle
function initialize
function publish
function removeSubscriber
function start
function stop
function subscribe
function teardown
function unsubscribe
function ~Actor
The documentation for this class was generated from the following file src/Actor.hpp