de.grogra.pf.ui.util
Class UIPropertyUpdater
java.lang.Object
de.grogra.pf.ui.util.UIPropertyUpdater
- All Implemented Interfaces:
- java.util.EventListener
public class UIPropertyUpdater
- extends java.lang.Object
- implements EventListener
Constructor Summary |
UIPropertyUpdater(UIProperty property,
Context ctx,
boolean forComponent,
java.lang.String method,
java.util.concurrent.Executor queue,
boolean updateImmediately)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIPropertyUpdater
public UIPropertyUpdater(UIProperty property,
Context ctx,
boolean forComponent,
java.lang.String method,
java.util.concurrent.Executor queue,
boolean updateImmediately)
dispose
public void dispose(Context ctx)
eventOccured
public void eventOccured(java.util.EventObject e)
- Description copied from interface:
EventListener
- This method is invoked on registered event listeners when
event
has occured. This general listener interface
does not restrict the possible kinds of events. Concrete sources
of events should specify which events they may fire.
- Parameters:
e
- an event
install
public static UIPropertyUpdater install(UIProperty property,
Context ctx,
boolean forComponent,
java.lang.String method,
java.util.concurrent.Executor queue,
Map init)
update
public void update(Context ctx)