|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.linuxsampler.lscp.event.MiscellaneousEvent
public class MiscellaneousEvent
A semantic event which provides some miscellaneous or debugging information.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
MiscellaneousEvent(java.lang.Object source,
java.lang.String message)
Constructs a MiscellaneousEvent object. |
Method Summary | |
---|---|
java.lang.String |
getEventMessage()
Gets a String instance describing the event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MiscellaneousEvent(java.lang.Object source, java.lang.String message)
MiscellaneousEvent
object.
source
- The object that originated the event.message
- A String
instance describing the event.Method Detail |
---|
public java.lang.String getEventMessage()
String
instance describing the event.
String
instance describing the event.
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |