com.croftsoft.apps.neuro
Class NeuroView

java.lang.Object
  extended by com.croftsoft.apps.neuro.NeuroView
All Implemented Interfaces:
Commissionable, Destroyable, Initializable, Lifecycle, Resumable, Startable, Stoppable, Updatable

public final class NeuroView
extends Object
implements Lifecycle, Updatable

Neuro view.

Since:
2008-08-17
Version:
$Id: NeuroView.java,v 1.5 2008/08/30 01:37:30 croft Exp $
Author:
David Wallace Croft

Constructor Summary
NeuroView(NeuroConfig neuroConfig, Mail<NeuroMessage> mail, NeuroModel neuroModel)
           
 
Method Summary
 void addUserInputListener(UserInputListener userInputListener)
           
 void destroy()
           
 void init()
           
 void setContentPane(Container contentPane)
           
 void start()
           
 void stop()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeuroView

public NeuroView(NeuroConfig neuroConfig,
                 Mail<NeuroMessage> mail,
                 NeuroModel neuroModel)
Method Detail

addUserInputListener

public void addUserInputListener(UserInputListener userInputListener)

setContentPane

public void setContentPane(Container contentPane)

init

public void init()
Specified by:
init in interface Initializable

start

public void start()
Specified by:
start in interface Startable

stop

public void stop()
Specified by:
stop in interface Stoppable

destroy

public void destroy()
Specified by:
destroy in interface Destroyable

update

public void update()
Specified by:
update in interface Updatable

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)