Class HandlerRegistration
- java.lang.Object
-
- org.pepstock.charba.client.events.HandlerRegistration
-
public final class HandlerRegistration extends Object
Registration objects returned when an event handler is bound, used to deregister.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
removeHandler()
Deregisters the handler associated with this registration object.
-