org.granite.tide.invocation
Class ContextEvent

java.lang.Object
  extended by org.granite.tide.invocation.ContextEvent
All Implemented Interfaces:
Serializable

public class ContextEvent
extends Object
implements Serializable

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
ContextEvent()
           
ContextEvent(String eventType, Object[] params)
           
 
Method Summary
 boolean equals(Object object)
           
 String getEventType()
           
 Object[] getParams()
           
 int hashCode()
           
 void setEventType(String eventType)
           
 void setParams(Object[] params)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextEvent

public ContextEvent()

ContextEvent

public ContextEvent(String eventType,
                    Object[] params)
Method Detail

getEventType

public String getEventType()

setEventType

public void setEventType(String eventType)

getParams

public Object[] getParams()

setParams

public void setParams(Object[] params)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object