|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageBuildSendableDispatcher
Method Summary | |
---|---|
AsyncTask |
sendDelayedWith(RequestDispatcher viaThis,
TimeUnit unit,
int interval)
Sends the message after a specified delay with the specified RequestDispatcher. |
void |
sendGlobalWith(RequestDispatcher viaThis)
Sends the message globally with the specified RequestDispatcher. |
void |
sendNowWith(RequestDispatcher viaThis)
Sends the message with the specified RequestDispatcher. |
AsyncTask |
sendRepeatingWith(RequestDispatcher viaThis,
TimeUnit unit,
int interval)
Sends the message periodically with the specified RequestDispatcher. |
Methods inherited from interface org.jboss.errai.bus.client.api.builder.MessageBuildSendable |
---|
sendGlobalWith, sendNowWith, sendNowWith |
Methods inherited from interface org.jboss.errai.bus.client.api.builder.Sendable |
---|
getMessage |
Method Detail |
---|
void sendNowWith(RequestDispatcher viaThis)
viaThis
- the dispatcher to send the message with, usually obtained in
client code via Errai IOC dependency injection.void sendGlobalWith(RequestDispatcher viaThis)
viaThis
- the dispatcher to send the message with, usually obtained in
client code via Errai IOC dependency injection.AsyncTask sendRepeatingWith(RequestDispatcher viaThis, TimeUnit unit, int interval)
viaThis
- the dispatcher to send the message with, usually obtained in
client code via Errai IOC dependency injection.unit
- The time unit that interval
should be interpreted as.interval
- The amount of time to wait between message retransmissions (units
specified by the unit
parameter).
AsyncTask sendDelayedWith(RequestDispatcher viaThis, TimeUnit unit, int interval)
viaThis
- the dispatcher to send the message with, usually obtained in
client code via Errai IOC dependency injection.unit
- The time unit that interval
should be interpreted as.interval
- The amount of time to wait before sending the message (units
specified by the unit
parameter).
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |