Package | Description |
---|---|
org.primefaces.push | |
org.primefaces.push.impl |
Modifier and Type | Method and Description |
---|---|
EventBus |
EventBusFactory.eventBus()
Return a
EventBus |
EventBus |
EventBus.publish(Object o)
Fire an object to all connected
RemoteEndpoint |
EventBus |
EventBus.publish(String path,
Object o)
Fire an object to
RemoteEndpoint that connected using the path value. |
EventBus |
EventBus.publish(String path,
Object o,
EventBus.Reply r)
Fire an object to
RemoteEndpoint that connected using the path value. |
Modifier and Type | Class and Description |
---|---|
class |
EventBusImpl |
Modifier and Type | Method and Description |
---|---|
EventBus |
EventBusImpl.publish(Object o) |
EventBus |
EventBusImpl.publish(String path,
Object o) |
EventBus |
EventBusImpl.publish(String path,
Object o,
EventBus.Reply r) |
Copyright © 2014. All rights reserved.