public interface HandlerRegistrationCollector
collects
HandlerRegistration
s.Modifier and Type | Method and Description |
---|---|
void |
addHandlerRegistration(com.google.gwt.event.shared.HandlerRegistration registration)
This method is to be called with the
HandlerRegistration for all permanent handlers. |
void addHandlerRegistration(com.google.gwt.event.shared.HandlerRegistration registration)
HandlerRegistration
for all permanent handlers. This allows
to remove
them on
disposal
.registration
- is the HandlerRegistration
to add.Copyright © 2001–2016 mmm-Team. All rights reserved.