Lines Matching refs:when
34 * <code>Button</code>) when
44 * gets this <code>ActionEvent</code> when the event occurs. The listener
113 * Timestamp of when this event occurred. Because an ActionEvent is a high-
120 long when;
211 * @param when A long that gives the time the event occurred.
223 public ActionEvent(Object source, int id, String command, long when,
227 this.when = when;
250 * Returns the timestamp of when this event occurred. Because an
258 return when;
285 return typeStr + ",cmd="+actionCommand+",when="+when+",modifiers="+