org.universAAL.ui.dm.interfaces
Interface IUIRequestStore

Package class diagram package IUIRequestStore
All Known Implementing Classes:
DialogPoolFileStorage

public interface IUIRequestStore

Implementations of this interface will save and restore IUIRequestPools, each implementing a different permanence mechanism.

Author:
amedrano

Method Summary
 void read(IUIRequestPool target)
          Add all UIRequests to a IUIRequestPool.
 void save(IUIRequestPool pool)
          Save the pool.
 

Method Detail

save

void save(IUIRequestPool pool)
Save the pool.

Parameters:
pool - the pool to save

read

void read(IUIRequestPool target)
Add all UIRequests to a IUIRequestPool.

Parameters:
target - the IUIRequestPool to host the saved UIRequest.


Copyright © 2014 universAAL Consortium. All Rights Reserved.