gestIT
Class ExpEventArgs

java.lang.Object
  extended by gestIT.ExpEventArgs
Direct Known Subclasses:
TouchEventArgs

public class ExpEventArgs
extends java.lang.Object

Class that represent generic argument of an event

Author:
nicola

Constructor Summary
ExpEventArgs()
           
 
Method Summary
 int getId()
          Getter for the ID of the event's arguments
 void setId(int newid)
          Set a new ID for the event's argument
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpEventArgs

public ExpEventArgs()
Method Detail

getId

public int getId()
Getter for the ID of the event's arguments

Returns:
The ID of arguments

setId

public void setId(int newid)
Set a new ID for the event's argument

Parameters:
newid - The new ID for argument's