org.jext.event
Interface JextListener
- All Known Implementing Classes:
- DefaultProjectManager, FastSyntax, VirtualFolders, XTree
- 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
public 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 ? 2002 Romain Guy.