org.granite.tide.seam
Class TideEvents.WrappedEvent

java.lang.Object
  extended by org.granite.tide.seam.TideEvents.WrappedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
TideEvents

protected static class TideEvents.WrappedEvent
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TideEvents.WrappedEvent(AsyncContext asyncContext, String type, Object[] params)
           
 
Method Summary
 AsyncContext getAsyncContext()
           
 Object[] getParams()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideEvents.WrappedEvent

public TideEvents.WrappedEvent(AsyncContext asyncContext,
                               String type,
                               Object[] params)
Method Detail

getAsyncContext

public AsyncContext getAsyncContext()

getType

public String getType()

getParams

public Object[] getParams()