Class HandlerRegistrationImpl
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.shape.view.event.HandlerRegistrationImpl
-
- All Implemented Interfaces:
com.google.gwt.event.shared.HandlerRegistration,com.google.web.bindery.event.shared.HandlerRegistration
public class HandlerRegistrationImpl extends Object implements com.google.gwt.event.shared.HandlerRegistration
-
-
Constructor Summary
Constructors Constructor Description HandlerRegistrationImpl()HandlerRegistrationImpl(com.google.gwt.event.shared.HandlerRegistration handler, com.google.gwt.event.shared.HandlerRegistration... handlers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandlerRegistrationImplclear()HandlerRegistrationImplderegister(com.google.gwt.event.shared.HandlerRegistration handler)HandlerRegistrationImpldestroy()booleanisEmpty()booleanisRegistered(com.google.gwt.event.shared.HandlerRegistration handler)com.google.gwt.event.shared.HandlerRegistrationregister(com.google.gwt.event.shared.HandlerRegistration handler)voidremoveHandler()intsize()
-
-
-
Method Detail
-
size
public final int size()
-
isEmpty
public final boolean isEmpty()
-
destroy
public final HandlerRegistrationImpl destroy()
-
register
public final com.google.gwt.event.shared.HandlerRegistration register(com.google.gwt.event.shared.HandlerRegistration handler)
-
isRegistered
public final boolean isRegistered(com.google.gwt.event.shared.HandlerRegistration handler)
-
deregister
public final HandlerRegistrationImpl deregister(com.google.gwt.event.shared.HandlerRegistration handler)
-
clear
public final HandlerRegistrationImpl clear()
-
removeHandler
public void removeHandler()
- Specified by:
removeHandlerin interfacecom.google.web.bindery.event.shared.HandlerRegistration
-
-