amip.api.wrapper.constants
Class Events

java.lang.Object
  extended by amip.api.wrapper.constants.Events

public class Events
extends java.lang.Object


Field Summary
static int AC_EVT_CHANGE
           
static int AC_EVT_EXIT
           
static int AC_EVT_MSG
           
static int AC_EVT_PAUSE
           
static int AC_EVT_PLAY
           
static int AC_EVT_PLCHANGE
           
static int AC_EVT_PLREADY
           
static int AC_EVT_START
           
static int AC_EVT_STOP
           
static int AC_EVT_TIMER
           
 
Constructor Summary
Events()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AC_EVT_PLAY

public static final int AC_EVT_PLAY
See Also:
Constant Field Values

AC_EVT_PAUSE

public static final int AC_EVT_PAUSE
See Also:
Constant Field Values

AC_EVT_STOP

public static final int AC_EVT_STOP
See Also:
Constant Field Values

AC_EVT_START

public static final int AC_EVT_START
See Also:
Constant Field Values

AC_EVT_EXIT

public static final int AC_EVT_EXIT
See Also:
Constant Field Values

AC_EVT_TIMER

public static final int AC_EVT_TIMER
See Also:
Constant Field Values

AC_EVT_MSG

public static final int AC_EVT_MSG
See Also:
Constant Field Values

AC_EVT_CHANGE

public static final int AC_EVT_CHANGE
See Also:
Constant Field Values

AC_EVT_PLCHANGE

public static final int AC_EVT_PLCHANGE
See Also:
Constant Field Values

AC_EVT_PLREADY

public static final int AC_EVT_PLREADY
See Also:
Constant Field Values
Constructor Detail

Events

public Events()