All Packages Class Hierarchy This Package Previous Next Index
Interface guinea.ui.SamplePlayControl
- public interface SamplePlayControl
This interface is implemented by components that can show the status
of the sample by hilighting the sample which is currently playing.
Method Index
- ·
showPlaying(Object)
- Set which sample is currentl playing.
Methods
·
showPlaying
public abstract void showPlaying(Object answer)
- Set which sample is currentl playing.
- Parameters:
- answer - which sample is playing. It is usually the same
value that was returned from the playing control panel. Null
resets the indicator (no sample is playing).
All Packages Class Hierarchy This Package Previous Next Index