SalesPoint Framework v3.0

Uses of Class
sale.CancelledException

Packages that use CancelledException
sale This package contains the central classes of the Framework. 
 

Uses of CancelledException in sale
 

Methods in sale that throw CancelledException
 void Shop.makePersistent()
          Make the current state of the Shop persistent.
 void Shop.restore()
          Restore the Shop's state from a Stream.
protected  OutputStream Shop.retrievePersistanceOutStream()
          Retrieve the stream to which the Shop's state is to be written.
protected  InputStream Shop.retrievePersistanceInStream()
          Retrieve the stream from which to read the Shop's state.
 


SalesPoint Framework v3.0