com.cassinidivision.oce.rendering
Interface PersistentSession

All Known Implementing Classes:
OCESession

public interface PersistentSession

Interface to be implemented by WOSession subclasses for handling persistent storage mechanisms.


Method Summary
 NSKeyValueCoding stateDictionary()
          Retrieve the persistent state info dictionary for the current session.
 

Method Detail

stateDictionary

public NSKeyValueCoding stateDictionary()
Retrieve the persistent state info dictionary for the current session.

Returns:
The persistent state dictionary.