net.sf.bt747.j2se.app.examples
Class TestDevice

java.lang.Object
  extended by net.sf.bt747.j2se.app.examples.TestDevice
All Implemented Interfaces:
ModelListener

public class TestDevice
extends java.lang.Object
implements ModelListener

Author:
Mario De Weerd

Constructor Summary
TestDevice()
          Creates new form SimpleExample
TestDevice(Model m, Controller c)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void modelEvent(ModelEvent e)
           
 void setController(Controller c)
           
 void setModel(Model m)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDevice

public TestDevice()
Creates new form SimpleExample


TestDevice

public TestDevice(Model m,
                  Controller c)
Method Detail

setController

public void setController(Controller c)

setModel

public void setModel(Model m)

modelEvent

public void modelEvent(ModelEvent e)
Specified by:
modelEvent in interface ModelListener

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments