Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lilacsoftware.orca
Class PlayerStatusBean  view PlayerStatusBean download PlayerStatusBean.java

java.lang.Object
  extended bycom.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


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:
audioSystemEventOccured in interface com.lilacsoftware.orca.AudioManager.AudioSystemEventListener

trace

private void trace(int level,
                   java.lang.String msg1,
                   java.lang.String msg2)
Sends traces to Debug.