org.universAAL.ui.dm.dialogManagement
Class DialogPoolCopier

Package class diagram package DialogPoolCopier
java.lang.Object
  extended by org.universAAL.ui.dm.dialogManagement.DialogPoolCopier

public class DialogPoolCopier
extends Object

Copy form one pool to another, enabling the hot change of pool behavior.

Author:
amedrano

Constructor Summary
DialogPoolCopier()
           
 
Method Summary
static void copy(IUIRequestPool org, IUIRequestPool dest)
          Copy all UIRequests from org to dest, with their status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogPoolCopier

public DialogPoolCopier()
Method Detail

copy

public static void copy(IUIRequestPool org,
                        IUIRequestPool dest)
Copy all UIRequests from org to dest, with their status.

Parameters:
org - Origin of the pool copy.
dest - Destination of the pool copy.


Copyright © 2014 universAAL Consortium. All Rights Reserved.