Package org.gjt.sp.jedit.msg
Class EditorStarted
- java.lang.Object
-
- org.gjt.sp.jedit.EBMessage
-
- org.gjt.sp.jedit.msg.EditorStarted
-
public class EditorStarted extends EBMessage
Message sent after jEdit has finished starting up, but before the initial view is created.- Since:
- jEdit 2.3pre2
- Version:
- $Id: EditorStarted.java 12504 2008-04-22 23:12:43Z ezust $
- Author:
- Slava Pestov
-
-
Constructor Summary
Constructors Constructor Description EditorStarted(EBComponent source)
Creates a new editor started message.
-
Method Summary
-
Methods inherited from class org.gjt.sp.jedit.EBMessage
getSource, paramString, toString
-
-
-
-
Constructor Detail
-
EditorStarted
public EditorStarted(EBComponent source)
Creates a new editor started message.- Parameters:
source
- The message source
-
-