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