apps.basketapp.controller
Class SnapshotContainer

java.lang.Object
  extended by apps.basketapp.controller.SnapshotContainer
All Implemented Interfaces:
MessageProcessor

public class SnapshotContainer
extends java.lang.Object
implements MessageProcessor

The Class SnapshotContainer.


Constructor Summary
SnapshotContainer(ContentSystem contentSystem, TableIdentity tableId)
          Instantiates a new snapshot container.
 
Method Summary
 Window getWindow()
          Gets the window.
 void process(java.lang.Object obj)
          Process.
 void refresh()
          Refresh.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotContainer

public SnapshotContainer(ContentSystem contentSystem,
                         TableIdentity tableId)
Instantiates a new snapshot container.

Parameters:
contentSystem - the content system
tableId - the table id
Method Detail

getWindow

public Window getWindow()
Gets the window.

Returns:
the window

process

public void process(java.lang.Object obj)
Description copied from interface: MessageProcessor
Process.

Specified by:
process in interface MessageProcessor
Parameters:
obj - the obj

refresh

public void refresh()
Refresh.