gnu.options.event
Interface JextListener
public interface JextListener
The listener interface for receiving Jext
events. This events can be of different kinds:
options change, text area change, etc...
- Author:
- Romain Guy
Method Summary |
void |
jextEventFired(JextEvent evt)
Invoked when a class fires a JextEvent object
by the method fireJextEvent(short eventType)
in Jext class. |
jextEventFired
void jextEventFired(JextEvent evt)
- Invoked when a class fires a
JextEvent
object
by the method fireJextEvent(short eventType)
in Jext
class.
- Parameters:
evt
- The received JextEvent
Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.