ice.pilots.html4
Interface DefaultEventHandler
- All Superinterfaces:
- EventListener
- public interface DefaultEventHandler
- extends EventListener
Describes the class which performs default actions for any
DOM events. Default actions are e.g. navigating to a new URL
if a click happened on a link, or calling a buttons click-method
when the button has focus and the usr pushes enter.
The entry-method for all events are handleEvent
- See Also:
EventListener
getFocusExitHandler
public FocusExitHandler getFocusExitHandler()
setFocusExitHandler
public void setFocusExitHandler(FocusExitHandler f)