Interface awt.EventHandler
All Packages This Package Previous Next
Interface awt.EventHandler
-
public interface
EventHandler
-
extends Object
Interface for objects that handle events.
-
Version:
-
1.5 31 Jan 1995
-
Author:
-
Arthur van Hoff
-
handleEvent(Event)
-
Handle the event.
handleEvent
public abstract boolean handleEvent(Event e)
-
Handle the event. Return true if the event should not be
forwarded.
All Packages This Package Previous Next