Interface Actions

All Known Implementing Classes:
NIC, User

public interface Actions

The interface defines some actions that User and and there nodes i.e NIC will use to synchronize token actions Other actions are also declared to check user input flag

Version:
version 1.1
Author:
Adeel Hashmi

Field Summary
static int EXIT
           
static int GET_SIGNAL
           
static int PASS
           
static int PASS_SIGNAL
           
static int READ
           
static int UNDEFINED
           
 

Field Detail

EXIT

public static final int EXIT
See Also:
Constant Field Values

GET_SIGNAL

public static final int GET_SIGNAL
See Also:
Constant Field Values

PASS

public static final int PASS
See Also:
Constant Field Values

PASS_SIGNAL

public static final int PASS_SIGNAL
See Also:
Constant Field Values

READ

public static final int READ
See Also:
Constant Field Values

UNDEFINED

public static final int UNDEFINED
See Also:
Constant Field Values