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

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

public class SimpleExample
extends java.lang.Object
implements ModelListener

Author:
Mario De Weerd

Constructor Summary
SimpleExample()
          Creates new form SimpleExample
SimpleExample(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

SimpleExample

public SimpleExample()
Creates new form SimpleExample


SimpleExample

public SimpleExample(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