All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.multiplayer.TrackModelEvent

java.lang.Object
   |
   +----ejmf.toolkit.multiplayer.TrackModelEvent

public class TrackModelEvent
extends Object
Root class of TrackModel events.


Constructor Index

 o TrackModelEvent(TrackModel, int)
Create a new TrackModel event.

Method Index

 o getIndex()
Reports index at which update occurred.
 o getTrackModel()
Reports TrackModel in which update occurred.

Constructors

 o TrackModelEvent
 public TrackModelEvent(TrackModel tm,
                        int index)
Create a new TrackModel event.

Parameters:
tm - TrackModel in which some change occurs.
index - Index within TrackModel at which change occurs.

Methods

 o getIndex
 public int getIndex()
Reports index at which update occurred.

Returns:
index of Track at which update occurred.
 o getTrackModel
 public TrackModel getTrackModel()
Reports TrackModel in which update occurred.

Returns:
the TrackModel in which update occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index