PointClickEngine::Core::IEventSystem
Interface for event system operations
Instance methods
process_events
Sourcepublish(event_type : String, data : Hash(String, String))
Sourcesubscribe(event_type : String, handler : Proc(Hash(String, String), Nil))
Sourceunsubscribe(event_type : String, handler : Proc(Hash(String, String), Nil))
Source