uic.model
Class UICSimpleAction.SimpleQueuedPolicy

java.lang.Object
  extended by 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.


Constructor Summary
UICSimpleAction.SimpleQueuedPolicy()
           
 
Method Summary
 void schedule(UICSimpleAction action, Object[] arguments, Object eventSource)
          schedule an action according to policy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICSimpleAction.SimpleQueuedPolicy

public UICSimpleAction.SimpleQueuedPolicy()
Method Detail

schedule

public void schedule(UICSimpleAction action,
                     Object[] arguments,
                     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-2004 Thomas Zander Available under the Free Apache licence