|
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.InstrumentsDbEvent
public class InstrumentsDbEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
InstrumentsDbEvent(java.lang.Object source,
int jobId)
Constructs an InstrumentsDbEvent object. |
|
InstrumentsDbEvent(java.lang.Object source,
java.lang.String pathName)
Constructs an InstrumentsDbEvent object. |
|
InstrumentsDbEvent(java.lang.Object source,
java.lang.String pathName,
java.lang.String newName)
Constructs an InstrumentsDbEvent object. |
Method Summary | |
---|---|
int |
getJobId()
Returns the ID of the job, which status has changed. |
java.lang.String |
getNewName()
When an instrument or directory is renamed, this method returns the new (non-escaped) name for the respective instrument or directory. |
java.lang.String |
getPathName()
Gets the (escaped) path name of the changed instrument or directory. |
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 InstrumentsDbEvent(java.lang.Object source, java.lang.String pathName)
InstrumentsDbEvent
object.
source
- The object that originated the event.pathName
- Depending on the event this is
the absolute path name of either a directory, or an instrument.public InstrumentsDbEvent(java.lang.Object source, java.lang.String pathName, java.lang.String newName)
InstrumentsDbEvent
object.
source
- The object that originated the event.pathName
- Depending on the event this is
the absolute (escaped) path name of either a directory, or an instrument.newName
- When an instrument or directory is renamed,
specifies the new (non-escaped) name for the respective instrument or directory.public InstrumentsDbEvent(java.lang.Object source, int jobId)
InstrumentsDbEvent
object.
source
- The object that originated the event.jobId
- The job ID.Method Detail |
---|
public java.lang.String getPathName()
public java.lang.String getNewName()
public int getJobId()
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |