edu.gac.mcs178.gack
Class Registry

java.lang.Object
  extended by edu.gac.mcs178.gack.Registry

public class Registry
extends java.lang.Object


Constructor Summary
Registry()
           
 
Method Summary
 void add(AutoPerson autoPerson)
           
 void remove(AutoPerson autoPerson)
           
 void trigger()
           
 void trigger(int numTimes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registry

public Registry()
Method Detail

add

public void add(AutoPerson autoPerson)

remove

public void remove(AutoPerson autoPerson)

trigger

public void trigger()

trigger

public void trigger(int numTimes)