org.pscode.ui.playlist
Interface TrackHandler

All Superinterfaces:
ActionListener, EventListener
All Known Implementing Classes:
DukeBoxPanel

public interface TrackHandler
extends ActionListener


Method Summary
 void handleTrack(Track track)
           
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

handleTrack

void handleTrack(Track track)