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 pass and get tokens Other actions are also declared to check user input flag

Version:
version 1.0
Author:
Adeel Hashmi

Field Summary
static int EXIT
           
static int NOPASSING
           
static int PASS
           
static int PASSTOKEN
           
static int READ
           
 

Field Detail

EXIT

public static final int EXIT
See Also:
Constant Field Values

NOPASSING

public static final int NOPASSING
See Also:
Constant Field Values

PASS

public static final int PASS
See Also:
Constant Field Values

PASSTOKEN

public static final int PASSTOKEN
See Also:
Constant Field Values

READ

public static final int READ
See Also:
Constant Field Values