Interface HasEventsRenderedHandlers
- All Superinterfaces:
- HasHandlers
- 
Method SummaryModifier and TypeMethodDescriptionA notification method fired when the events in the current view have been refreshed.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addEventsRenderedHandlerA notification method fired when the events in the current view have been refreshed.- Parameters:
- handler- the eventsRendered handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-