| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.IEventListener --+
|
terminal.paintable.IPaintable --+
|
object --+ |
| |
terminal.variable_owner.IVariableOwner --+
|
object --+ |
| |
terminal.sizeable.ISizeable --+
|
ui.component.IComponent --+
|
object --+ |
| |
event.method_event_source.IMethodEventSource --+
|
ui.abstract_component.AbstractComponent --+
|
Refresher
A Refresher is an non-visual component that polls the server for GUI updates.
This makes asynchronous UI changes possible, that will be rendered even if the user doesn't initiate a server-cycle explicitly.
@author Henrik Paul
|
|||
CLIENT_WIDGET = Nonehash(x) |
|||
TYPE_MAPPING = 'com.github.wolfie.refresher.Refresher'
|
|||
_DEFAULT_REFRESH_INTERVAL = 1000
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates a new Refresher instance, with a default refresh interval of
|
Paints any needed component-specific things to the given UIDL stream. The more general paint method handles all general attributes common to all components, and it calls this method to paint any component-specific attributes to the UIDL stream.
|
Define a refresh interval.
|
Get the currently used refreshing interval.
|
Called when one or more variables handled by the implementing class are changed.
|
Add a listener that will be triggered whenever this instance refreshes itself
|
Removes a RefreshListener from this instance.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:49 2013 | http://epydoc.sourceforge.net |