module

PointClickEngine::Core::IEventSystem

Interface for event system operations

Instance methods

process_events
Source
publish(event_type : String, data : Hash(String, String))
Source
subscribe(event_type : String, handler : Proc(Hash(String, String), Nil))
Source
unsubscribe(event_type : String, handler : Proc(Hash(String, String), Nil))
Source