org.nakedobjects
Interface ObjectViewingMechanism

All Known Implementing Classes:
GraphicalViewingMechanism, GraphicalViewingMechanism

public interface ObjectViewingMechanism


Method Summary
 UpdateNotifier getUpdateNotifier()
           
 void init(NakedClassList set)
           
 void setObjectStore(NakedObjectStore store)
           
 void shutdown()
           
 void start()
           
 

Method Detail

setObjectStore

public void setObjectStore(NakedObjectStore store)

getUpdateNotifier

public UpdateNotifier getUpdateNotifier()

init

public void init(NakedClassList set)

shutdown

public void shutdown()

start

public void start()