Uses of Interface
to.etc.domui.state.IPolledForUpdate

Packages that use IPolledForUpdate
to.etc.domui.component.delayed   
to.etc.domui.state   
 

Uses of IPolledForUpdate in to.etc.domui.component.delayed
 

Classes in to.etc.domui.component.delayed that implement IPolledForUpdate
 class PollingDiv
          This is a div whose content can be refreshed automatically because the client polls for changes every few seconds.
 

Uses of IPolledForUpdate in to.etc.domui.state
 

Methods in to.etc.domui.state with type parameters of type IPolledForUpdate
<T extends NodeContainer & IPolledForUpdate>
void
ConversationContext.registerPoller(T nc)
          Registers a node as a thingy which needs to be called every polltime seconds to update the screen.
<T extends NodeContainer & IPolledForUpdate>
void
DelayedActivitiesManager.registerPoller(T nc)
          Registers a node as a thingy which needs to be called every polltime seconds to update the screen.
<T extends NodeBase & IPolledForUpdate>
void
DelayedActivitiesManager.unregisterPoller(T nc)
          Deregister a node from the poll-regularly queue.
<T extends NodeContainer & IPolledForUpdate>
void
ConversationContext.unregisterPoller(T nc)