void ignore(Event::Channel channel)
void listen(Event::Channel channel)
static void unbind(EventListener *listener, Channel channel)
Unbinds the given listener from the given channel.
static void remove(EventListener *listener)
Unbinds the given listener from all channels.
static void bind(EventListener *listener, Channel channel)
Binds the given listener to the given channel.