public class HandlerRegistrationCollection extends Object implements com.google.gwt.event.shared.HandlerRegistration, com.google.web.bindery.event.shared.HandlerRegistration
Constructor and Description |
---|
HandlerRegistrationCollection()
Construct an empty HandlerRegistrationCollection
|
Modifier and Type | Method and Description |
---|---|
void |
addHandlerRegistration(com.google.gwt.event.shared.HandlerRegistration handlerRegistration)
Add a
HandlerRegistration to the collection |
void |
addHandlerRegistration(com.google.web.bindery.event.shared.HandlerRegistration handlerRegistration) |
void |
removeHandler()
Remove all handlers: Call remove on each Handler
|
public HandlerRegistrationCollection()
public void addHandlerRegistration(com.google.gwt.event.shared.HandlerRegistration handlerRegistration)
HandlerRegistration
to the collectionhandlerRegistration
- the handlerregistration to addpublic void addHandlerRegistration(com.google.web.bindery.event.shared.HandlerRegistration handlerRegistration)
public void removeHandler()
removeHandler
in interface com.google.web.bindery.event.shared.HandlerRegistration
Copyright © 2018 Magnolia International Ltd.. All rights reserved.