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 25218 2020-04-12 15:51:13Z kpouer $
- Author:
- Slava Pestov, John Gellene (API documentation)
-
Constructor Summary
ModifierConstructorDescriptionprotected
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