|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jsxe.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
net.sourceforge.jsxe.msg
package.
Constructor Summary | |
EBMessage(EBListener source)
Creates a new message. |
|
EBMessage(Object source)
Creates a new message. |
Method Summary | |
Object |
getSource()
Returns the sender of this message. |
String |
paramString()
Returns a string representation of this message's parameters. |
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(Object source)
source
- The message sourcepublic EBMessage(EBListener source)
source
- The message sourceMethod Detail |
public Object getSource()
public String toString()
public String paramString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |