jlscp
v0.8

org.linuxsampler.lscp.event
Class ItemInfoEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.linuxsampler.lscp.event.ItemInfoEvent
All Implemented Interfaces:
java.io.Serializable

public class ItemInfoEvent
extends java.util.EventObject

A semantic event which indicates changes to an item.

See Also:
Serialized Form

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

ItemInfoEvent

public ItemInfoEvent(java.lang.Object source,
                     int itemID)
Constructs a ItemInfoEvent object.

Parameters:
source - The object that originated the event.
itemID - The numerical ID of the item whose settings have changed.
Method Detail

getItemID

public int getItemID()
Gets the numerical ID of the item whose settings have changed.

Returns:
The numerical ID of the item whose settings have changed.

jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.