|
|||||||||
| Home >> All >> org >> jext >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.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...
| Method Summary | |
void |
jextEventFired(JextEvent evt)
Invoked when a class fires a JextEvent object
by the method fireJextEvent(short eventType)
in Jext class. |
| Method Detail |
jextEventFired
public void jextEventFired(JextEvent evt)
- Invoked when a class fires a
JextEventobject by the methodfireJextEvent(short eventType)inJextclass.
|
|||||||||
| Home >> All >> org >> jext >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC