All Packages Class Hierarchy This Package Previous Next Index
Interface jp.kyasu.awt.event.TextPositionListener
- public interface TextPositionListener
- extends EventListener
The listener interface for receiving text position events.
- Version:
- 12 Apr 1998
- Author:
- Kazuki YASUMATSU
- See Also:
- TextPositionEvent
-
textPositionChanged(TextPositionEvent)
- Invoked when the text position has been changed.
textPositionChanged
public abstract void textPositionChanged(TextPositionEvent event)
- Invoked when the text position has been changed.
All Packages Class Hierarchy This Package Previous Next Index