org.jboss.seam.async
Class AsynchronousEvent
java.lang.Object
org.jboss.seam.async.Asynchronous
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
AsynchronousEvent
public AsynchronousEvent(String type,
Object[] parameters)
call
public void call()
- Specified by:
call
in class Asynchronous
toString
public String toString()
- Overrides:
toString
in class Object
getType
protected String getType()