Class messages.IntUID
All Packages Class Hierarchy This Package Previous Next Index
Class messages.IntUID
java.lang.Object
|
+----messages.IntUID
- public class IntUID
- extends Object
Objects of this class are used to pass and get user number as parameter in methods of class NET: sendUID and receiveUID
-
IntUID(int)
- Creates a new IntUID object that represents user number
-
IntUID()
- Creates a new IntUID object, user number is set to 0
-
getUID()
- Returns user number
IntUID
public IntUID(int UIDpar)
- Creates a new IntUID object that represents user number
- Parameters:
- UIDpar - user number
IntUID
public IntUID()
- Creates a new IntUID object, user number is set to 0
getUID
public int getUID()
- Returns user number
All Packages Class Hierarchy This Package Previous Next Index