H
- type of the event handlerpublic class EventHandlerCollection<H extends EventHandler> extends Object
Constructor and Description |
---|
EventHandlerCollection() |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
add(H handler) |
void |
dispatch(Event<H> event) |
boolean |
isEmpty() |
void |
remove(H handler) |
int |
size() |
public HandlerRegistration add(H handler)
public void remove(H handler)
public int size()
public boolean isEmpty()
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.