org.alchar.jdtk
Class CallBackAdapter

java.lang.Object
  extended by org.alchar.jdtk.CallBackAdapter
All Implemented Interfaces:
EventListener, CallBackListener

public class CallBackAdapter
extends Object
implements CallBackListener

This class provides a default implementation of the CallBackListener interface.


Constructor Summary
CallBackAdapter()
           
 
Method Summary
 void audioStarted(CallBackEvent ev)
          Handle an audio started call back event.
 void audioStopped(CallBackEvent ev)
          Handle an audio stopped call back event.
 void indexMark(CallBackEvent ev)
          Handle an index mark call back event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallBackAdapter

public CallBackAdapter()
Method Detail

indexMark

public void indexMark(CallBackEvent ev)
Handle an index mark call back event.

Specified by:
indexMark in interface CallBackListener
Parameters:
ev - Call back event

audioStarted

public void audioStarted(CallBackEvent ev)
Handle an audio started call back event.

Specified by:
audioStarted in interface CallBackListener
Parameters:
ev - Call back event

audioStopped

public void audioStopped(CallBackEvent ev)
Handle an audio stopped call back event.

Specified by:
audioStopped in interface CallBackListener
Parameters:
ev - Call back event


Copyright © 2007-2009 Kris Van Hees. All Rights Reserved.