com.bowstreet.webapp.util
Interface WebAppModelStateManager.Restorable

All Known Implementing Classes:
WebAppModelStateManager.LinkedModelDescriptor
Enclosing class:
WebAppModelStateManager

public static interface WebAppModelStateManager.Restorable

Base for classes that encode and restore the state of an item.


Method Summary
 void restore()
          Called when a state is being realized to restore the item.
 

Method Detail

restore

void restore()
Called when a state is being realized to restore the item.



Copyright © 2009 IBM. All Rights Reserved.