Lines Matching refs:when
90 * The time stamp that indicates when the event was created.
96 long when;
120 * @param when a long integer that specifies the time the event occurred
123 * when the event type is <code>CARET_POSITION_CHANGED</code>;
147 public InputMethodEvent(Component source, int id, long when,
159 this.when = when;
195 * when the event type is <code>CARET_POSITION_CHANGED</code>;
334 * Returns the time stamp of when this event occurred.
340 return when;
406 * Initializes the <code>when</code> field if it is not present in the
412 if (when == 0) {
413 when = EventQueue.getMostRecentEventTime();