java.lang.Object
de.grogra.pf.ui.util.UIPropertyUpdater
- All Implemented Interfaces:
EventListener,EventListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.util.EventListener
EventListener.Bicast, EventListener.Multicaster -
Constructor Summary
ConstructorsConstructorDescriptionUIPropertyUpdater(UIProperty property, Context ctx, boolean forComponent, String method, Executor queue, boolean updateImmediately) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidThis method is invoked on registered event listeners wheneventhas occured.static UIPropertyUpdaterinstall(UIProperty property, Context ctx, boolean forComponent, String method, Executor queue, Map init) void
-
Constructor Details
-
UIPropertyUpdater
public UIPropertyUpdater(UIProperty property, Context ctx, boolean forComponent, String method, Executor queue, boolean updateImmediately)
-
-
Method Details
-
install
public static UIPropertyUpdater install(UIProperty property, Context ctx, boolean forComponent, String method, Executor queue, Map init) -
dispose
-
eventOccured
Description copied from interface:EventListenerThis method is invoked on registered event listeners wheneventhas occured. This general listener interface does not restrict the possible kinds of events. Concrete sources of events should specify which events they may fire.- Specified by:
eventOccuredin interfaceEventListener- Parameters:
e- an event
-
update
-