| Package | Description |
|---|---|
| to.etc.domui.component.delayed | |
| to.etc.domui.log.tailer | |
| to.etc.domui.state |
| Modifier and Type | Class and Description |
|---|---|
class |
PollingDiv
This is a div whose content can be refreshed automatically because the client polls
for changes every few seconds.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogTailerFragment
This fragment shows lines from a tailed file as they come in.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends NodeContainer & IPolledForUpdate> |
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> |
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> |
DelayedActivitiesManager.unregisterPoller(T nc)
Deregister a node from the poll-regularly queue.
|
<T extends NodeContainer & IPolledForUpdate> |
ConversationContext.unregisterPoller(T nc) |
Copyright © 2017 etc.to. All rights reserved.