All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class guinea.player.event.PlayerDiagnosticsEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----guinea.player.event.PlayerEvent
                   |
                   +----guinea.player.event.PlayerDiagnosticsEvent

public class PlayerDiagnosticsEvent
extends PlayerEvent
This is a base class of player diagnostics events.


Variable Index

· ID_LAST
The last ID number used bu this class.
· ID_PLAYER_FRAMEDROP
The ID for the 'framedrop' event.
· ID_PLAYER_LOGMESSAGE
The ID for the 'player log/diagnostics message' event.

Constructor Index

· PlayerDiagnosticsEvent(Object, int)
Construct a new player diagnostics event.

Variables

· ID_PLAYER_FRAMEDROP
 public static final int ID_PLAYER_FRAMEDROP
The ID for the 'framedrop' event.

· ID_PLAYER_LOGMESSAGE
 public static final int ID_PLAYER_LOGMESSAGE
The ID for the 'player log/diagnostics message' event.

· ID_LAST
 public static final int ID_LAST
The last ID number used bu this class. Sub-classes may use ID values larger than ID_LAST for their own message IDs.

Constructors

· PlayerDiagnosticsEvent
 public PlayerDiagnosticsEvent(Object source,
                               int id)
Construct a new player diagnostics event.

Parameters:
source - the source of this event.
id - the ID for this event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index