Package com.google.gwt.event.dom.client
Interface HasEndedHandlers
-
- All Superinterfaces:
HasHandlers
- All Known Subinterfaces:
HasAllMediaHandlers
public interface HasEndedHandlers extends HasHandlers
A widget that implements this interface provides registration forEndedHandlerinstances.Experimental API: This API is still under development and is subject to change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistrationaddEndedHandler(EndedHandler handler)Adds aEndedEventhandler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addEndedHandler
HandlerRegistration addEndedHandler(EndedHandler handler)
Adds aEndedEventhandler.- Parameters:
handler- the media ended handler- Returns:
HandlerRegistrationused to remove this handler
-
-