All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface guinea.player.event.SamplePositionListener

public interface SamplePositionListener
extends EventListener
The listener interface for receiving sample position change notifications. Position events are sent at regular intervals when sample is playing to inform about the current position of the sample.


Method Index

· samplePositionChanged(SamplePositionEvent)
Called when sample position has changed.

Methods

· samplePositionChanged
 public abstract void samplePositionChanged(SamplePositionEvent e)
Called when sample position has changed.

Parameters:
e - a sample position event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index