@Name(value="org.jboss.seam.core.events")
@Install(precedence=11)
@Scope(value=STATELESS)
@BypassInterceptors
@AutoCreate
public class TideEvents
extends org.jboss.seam.core.Events
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TideEvents.WrappedEvent |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ASYNC_EVENT |
protected org.jboss.seam.log.Log |
log |
| 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,
org.jboss.seam.async.Schedule schedule,
Object... parameters) |
@Logger protected org.jboss.seam.log.Log log
protected static final String ASYNC_EVENT
public void raiseEvent(String type, Object... parameters)
raiseEvent in class org.jboss.seam.core.Eventspublic void raiseAsynchronousEvent(String type, Object... parameters)
raiseAsynchronousEvent in class org.jboss.seam.core.Events