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

Constructor Index

 o IntUID(int)
Creates a new IntUID object that represents user number
 o IntUID()
Creates a new IntUID object, user number is set to 0

Method Index

 o getUID()
Returns user number

Constructors

 o IntUID
  public IntUID(int UIDpar)
Creates a new IntUID object that represents user number
Parameters:
UIDpar - user number
 o IntUID
  public IntUID()
Creates a new IntUID object, user number is set to 0

Methods

 o getUID
  public int getUID()
Returns user number

All Packages  Class Hierarchy  This Package  Previous  Next  Index