uic.model
Class UICSimpleAction.SimpleQueuedPolicy
java.lang.Object
uic.model.UICSimpleAction.SimpleQueuedPolicy
- All Implemented Interfaces:
- UICSimpleAction.ExecutePolicy
- Enclosing class:
- UICSimpleAction
- public static class UICSimpleAction.SimpleQueuedPolicy
- extends Object
- implements UICSimpleAction.ExecutePolicy
This policy will queue each action to be executed serially.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UICSimpleAction.SimpleQueuedPolicy
public UICSimpleAction.SimpleQueuedPolicy()
schedule
public void schedule(UICSimpleAction action,
Object eventSource)
- Description copied from interface:
UICSimpleAction.ExecutePolicy
- schedule an action according to policy.
- Specified by:
schedule
in interface UICSimpleAction.ExecutePolicy
- Parameters:
action
- the action to be scheduled.eventSource
- the source object that came with an optional event that
caused this action to be executed.
Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence