|
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.ItemInfoEvent
public class ItemInfoEvent
A semantic event which indicates changes to an item.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ItemInfoEvent(java.lang.Object source,
int itemID)
Constructs a ItemInfoEvent object. |
Method Summary | |
---|---|
int |
getItemID()
Gets the numerical ID of the item whose settings have changed. |
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 ItemInfoEvent(java.lang.Object source, int itemID)
ItemInfoEvent
object.
source
- The object that originated the event.itemID
- The numerical ID of the item whose settings have changed.Method Detail |
---|
public int getItemID()
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |