Searched defs:EventObject (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DEventObject.java24 * {@code EventObject}s represent events. Typically applications subclass this class to
29 public class EventObject implements Serializable { class in inherits:Serializable
42 public EventObject(Object source) { method in class:EventObject
57 * Returns the string representation of this {@code EventObject}.

Completed in 114 milliseconds