jade.gui
Class GuiEvent

java.lang.Object
  |
  +--jade.gui.GuiEvent

public class GuiEvent
extends java.lang.Object

Author:
Giovanni Caire - CSELT S.p.A.

Field Summary
protected  java.lang.Object source
           
protected  int type
           
 
Constructor Summary
GuiEvent(java.lang.Object eventSource, int eventType)
           
 
Method Summary
 void addParameter(java.lang.Object param)
          adds a new parameter to this event
 java.util.Iterator getAllParameter()
          get an Iterator over all the parameters
 java.lang.Object getParameter(int number)
          get the parameter in the given position
 java.lang.Object getSource()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected java.lang.Object source

type

protected int type
Constructor Detail

GuiEvent

public GuiEvent(java.lang.Object eventSource,
                int eventType)
Method Detail

getType

public int getType()

getSource

public java.lang.Object getSource()

addParameter

public void addParameter(java.lang.Object param)
adds a new parameter to this event
Parameters:
param - is the parameter

getParameter

public java.lang.Object getParameter(int number)
get the parameter in the given position
Returns:
the Object with the prameter

getAllParameter

public java.util.Iterator getAllParameter()
get an Iterator over all the parameters