Class CentralPolling
java.lang.Object
org.eclnt.jsfserver.defaultscreens.CentralPolling
Central polling instance that is automatically added to the client processing.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(CentralPolling.IListener listener) boolean
static CentralPolling
instance()
void
onPollingAction
(javax.faces.event.ActionEvent event) void
removeListener
(CentralPolling.IListener listener) void
wakeup()
-
Constructor Details
-
CentralPolling
public CentralPolling()
-
-
Method Details
-
instance
-
addListener
-
removeListener
-
getRenderPolling
public boolean getRenderPolling() -
getPolling
-
onPollingAction
public void onPollingAction(javax.faces.event.ActionEvent event) -
wakeup
public void wakeup()
-