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 HandlerRegistration
compose
(HandlerRegistration... handlers) Create and return aHandlerRegistration
that will callHandlerRegistration.removeHandler()
on all supplied handlers ifHandlerRegistration.removeHandler()
is called on the returned object.
-
Method Details