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

Method Index

 o postEvent(Event)
Can post an event

Methods

 o postEvent
  public abstract boolean postEvent(Event e)
Can post an event


All Packages  Class Hierarchy  This Package  Previous  Next  Index