The model maintains information about Tracks in a TrackList.
Objects interested in changes to model can register as a TrackModelListener. When a change occurs in the model, listeners are notified with a TrackModelEvent delivered to their trackModelUpdate method. There are four types of TrackModel events: assignment, playing time change, start time change, and deassignment. @see com.java.swing.AbstractTableModel @see com.java.swing.JTable @see ejmf.toolkit.multiPlayer.TrackList @see ejmf.toolkit.multiPlayer.TrackModelEvent
|
|