Package org.gjt.sp.jedit
Class EBMessage
java.lang.Object
org.gjt.sp.jedit.EBMessage
- Direct Known Subclasses:
BufferUpdate
,DockableWindowUpdate
,DynamicMenuChanged
,EditorExiting
,EditorExitRequested
,EditorStarted
,EditPaneUpdate
,PluginUpdate
,PropertiesChanged
,PropertiesChanging
,RegisterChanged
,SearchSettingsChanged
,VFSPathSelected
,VFSUpdate
,ViewUpdate
The base class of all EditBus messages.
Message classes extending this class typically add other data members and methods to provide subscribers with whatever is needed to handle the message appropriately.
Message types sent by jEdit can be found in the
org.gjt.sp.jedit.msg
package.
- Since:
- jEdit 2.2pre6
- Version:
- $Id: EBMessage.java 23981 2015-08-10 14:56:24Z daleanson $
- Author:
- Slava Pestov, John Gellene (API documentation)
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new message.protected
EBMessage
(EBComponent source) Creates a new message. -
Method Summary
-
Constructor Details
-
EBMessage
Creates a new message.- Parameters:
source
- The message source- Since:
- jEdit 4.2pre1
-
EBMessage
Creates a new message.- Parameters:
source
- The message source
-
-
Method Details