All Packages Class Hierarchy This Package Previous Next Index
Interface java.awt.EventSource
- public interface EventSource
EventSource is an interface that describes an object that
produces Events for consumption by some other object.
- See Also:
- Event
-
postEvent(Event)
- Can post an event
postEvent
public abstract boolean postEvent(Event e)
- Can post an event
All Packages Class Hierarchy This Package Previous Next Index