@Name(value="org.jboss.seam.core.events") @Install(precedence=10) @Scope(value=STATELESS) @BypassInterceptors @AutoCreate public class TideEvents extends Events
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TideEvents.WrappedEvent |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ASYNC_EVENT |
| Constructor and Description |
|---|
TideEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
raiseAsynchronousEvent(String type,
Object... parameters) |
void |
raiseEvent(String type,
Object... parameters) |
void |
raiseTimedEvent(String type,
Object schedule,
Object... parameters) |
addListener, exists, getDispatcher, instance, raiseTransactionCompletionEvent, raiseTransactionSuccessEventprotected static final String ASYNC_EVENT
public TideEvents()
public void raiseEvent(String type, Object... parameters)
raiseEvent in class Eventspublic void raiseAsynchronousEvent(String type, Object... parameters)
raiseAsynchronousEvent in class Eventspublic void raiseTimedEvent(String type, Object schedule, Object... parameters)
raiseTimedEvent in class Events