Class HandlerRegistrations
java.lang.Object
com.google.web.bindery.event.shared.HandlerRegistrations
A utility class to help deal with
handler registrations.-
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerRegistrationcompose(HandlerRegistration... handlers) Create and return aHandlerRegistrationthat will callHandlerRegistration.removeHandler()on all supplied handlers ifHandlerRegistration.removeHandler()is called on the returned object.
-
Method Details