dguitar.gui
Interface Playable

All Known Implementing Classes:
MidiInternalFrame, SongInternalFrame

public interface Playable

Any object that wants to be played by the PlayPanel must implement this interface

Author:
Mauricio Gracia

Field Summary
static boolean playing
           
 
Method Summary
 boolean isPlaying()
           
 void pause()
           
 void setPlaying(boolean play)
           
 

Field Detail

playing

public static final boolean playing
See Also:
Constant Field Values
Method Detail

isPlaying

public boolean isPlaying()
Returns:
Returns the playing.

setPlaying

public void setPlaying(boolean play)

pause

public void pause()