Class 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 Detail

      • HandlerRegistrationImpl

        public HandlerRegistrationImpl()
      • HandlerRegistrationImpl

        public HandlerRegistrationImpl​(com.google.gwt.event.shared.HandlerRegistration handler,
                                       com.google.gwt.event.shared.HandlerRegistration... handlers)
    • Method Detail

      • size

        public final int size()
      • isEmpty

        public final boolean isEmpty()
      • 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)
      • removeHandler

        public void removeHandler()
        Specified by:
        removeHandler in interface com.google.web.bindery.event.shared.HandlerRegistration