org.jboss.seam.async
Class AsynchronousEvent

java.lang.Object
  extended by org.jboss.seam.async.Asynchronous
      extended by org.jboss.seam.async.AsynchronousEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransactionCompletionEvent, TransactionSuccessEvent

public class AsynchronousEvent
extends Asynchronous

An asynchronous event

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
AsynchronousEvent(String type, Object[] parameters)
           
 
Method Summary
 void call()
           
protected  String getType()
           
 String toString()
           
 
Methods inherited from class org.jboss.seam.async.Asynchronous
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsynchronousEvent

public AsynchronousEvent(String type,
                         Object[] parameters)
Method Detail

call

public void call()
Specified by:
call in class Asynchronous

toString

public String toString()
Overrides:
toString in class Object

getType

protected String getType()