|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.EBMessage
public abstract class EBMessage
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.
Constructor Summary | |
---|---|
EBMessage(EBComponent source)
Creates a new message. |
|
EBMessage(java.lang.Object source)
Creates a new message. |
Method Summary | |
---|---|
java.lang.Object |
getSource()
Returns the sender of this message. |
java.lang.String |
paramString()
Returns a string representation of this message's parameters. |
java.lang.String |
toString()
Returns a string representation of this message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EBMessage(java.lang.Object source)
source
- The message sourcepublic EBMessage(EBComponent source)
source
- The message sourceMethod Detail |
---|
public java.lang.Object getSource()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String paramString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |