org.gjt.sp.jedit
Class EBPlugin
java.lang.Object
org.gjt.sp.jedit.EditPlugin
org.gjt.sp.jedit.EBPlugin
- All Implemented Interfaces:
- EBComponent
- public abstract class EBPlugin
- extends EditPlugin
- implements EBComponent
Plugins extending this class are automatically added to the EditBus.
Otherwise, this class is identical to the EditPlugin
class.
- Version:
- $Id: EBPlugin.java,v 1.7 2003/05/01 02:21:26 spestov Exp $
- Author:
- Slava Pestov
- See Also:
EditBus
,
EBComponent
,
EBMessage
Constructor Summary |
protected |
EBPlugin()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EBPlugin
protected EBPlugin()
handleMessage
public void handleMessage(EBMessage message)
- Handles a message sent on the EditBus.
- Specified by:
handleMessage
in interface EBComponent
- Parameters:
message
- The message