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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidremoveHandler()Deregisters the handler associated with this registration object.
 
-