|
|||||||||
| Home >> All >> com >> lilacsoftware >> [ orca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lilacsoftware.orca
Class PlayerStatusBean

java.lang.Objectcom.lilacsoftware.orca.PlayerStatusBean
- All Implemented Interfaces:
- com.lilacsoftware.orca.AudioManager.AudioSystemEventListener, java.io.Serializable
- public class PlayerStatusBean
- extends java.lang.Object
- implements java.io.Serializable, com.lilacsoftware.orca.AudioManager.AudioSystemEventListener
- extends java.lang.Object
| Field Summary | |
(package private) com.lilacsoftware.orca.AudioManager.AudioSystem |
audioSystem
|
(package private) boolean |
trackChanged
|
| Constructor Summary | |
PlayerStatusBean()
|
|
| Method Summary | |
void |
audioSystemEventOccured(com.lilacsoftware.orca.AudioManager.AudioSystemEvent event)
|
void |
close()
|
com.lilacsoftware.orca.AudioManager.AudioSystem |
getAudioSystem()
Get the value of audioSystem. |
boolean |
isTrackChanged()
Get the value of trackChanged. |
void |
setAudioSystem(com.lilacsoftware.orca.AudioManager.AudioSystem v)
Set the value of audioSystem. |
void |
setTrackChanged(boolean v)
Set the value of trackChanged. |
private void |
trace(int level,
java.lang.String msg1,
java.lang.String msg2)
Sends traces to Debug. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
trackChanged
boolean trackChanged
audioSystem
com.lilacsoftware.orca.AudioManager.AudioSystem audioSystem
| Constructor Detail |
PlayerStatusBean
public PlayerStatusBean()
| Method Detail |
isTrackChanged
public boolean isTrackChanged()
- Get the value of trackChanged.
setTrackChanged
public void setTrackChanged(boolean v)
- Set the value of trackChanged.
getAudioSystem
public com.lilacsoftware.orca.AudioManager.AudioSystem getAudioSystem()
- Get the value of audioSystem.
setAudioSystem
public void setAudioSystem(com.lilacsoftware.orca.AudioManager.AudioSystem v)
- Set the value of audioSystem.
close
public void close()
audioSystemEventOccured
public void audioSystemEventOccured(com.lilacsoftware.orca.AudioManager.AudioSystemEvent event)
- Specified by:
audioSystemEventOccuredin interfacecom.lilacsoftware.orca.AudioManager.AudioSystemEventListener
trace
private void trace(int level,
java.lang.String msg1,
java.lang.String msg2)
- Sends traces to Debug.
|
|||||||||
| Home >> All >> com >> lilacsoftware >> [ orca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lilacsoftware.orca.PlayerStatusBean