Package com.google.gwt.user.client.ui
Interface DisclosureHandler
- All Superinterfaces:
EventListener
Deprecated.
Event handler interface for
DisclosureEvent
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClose
(DisclosureEvent event) Deprecated.UseCloseHandler
insteadvoid
onOpen
(DisclosureEvent event) Deprecated.UseOpenHandler
instead
-
Method Details
-
onClose
Deprecated.UseCloseHandler
insteadFired when the panel is closed.- Parameters:
event
- event representing this action.
-
onOpen
Deprecated.UseOpenHandler
insteadFired when the panel is opened.- Parameters:
event
- event representing this action.
-
CloseHandler
and/orOpenHandler
instead