Generated by
JDiff

Class java.awt.event.InputMethodEvent

Documentation changed from old to new.

Added Constructors
InputMethodEvent(Component, int, long, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) Constructs an InputMethodEvent with the specified source component type time text caret and visiblePosition.
 

Changed Constructors
InputMethodEvent(Component, int, TextHitInfo, TextHitInfo) Documentation changed from old to new.
Constructs an InputMethodEvent with the specified source component type caret and visiblePosition.
InputMethodEvent(Component, int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) Documentation changed from old to new.
Constructs an InputMethodEvent with the specified source component type text caret and visiblePosition.
 

Added Methods
long getWhen() Returns the time stamp of when this event occurred.