com.jpemartin.jgt
Class FireNot

java.lang.Object
  extended by com.jpemartin.jgt.FireNot
All Implemented Interfaces:
FireControl

public class FireNot
extends java.lang.Object
implements FireControl


Constructor Summary
FireNot()
           
 
Method Summary
 boolean shouldFire()
          never fires
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FireNot

public FireNot()
Method Detail

shouldFire

public boolean shouldFire()
never fires

Specified by:
shouldFire in interface FireControl