org.jactr.core.production.event
Class ProductionListenerAdaptor

java.lang.Object
  extended by org.jactr.core.production.event.ProductionListenerAdaptor
All Implemented Interfaces:
java.util.EventListener, IParameterListener, IProductionListener

public class ProductionListenerAdaptor
extends java.lang.Object
implements IProductionListener

Author:
harrison TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ProductionListenerAdaptor()
           
 
Method Summary
 void actionAdded(ProductionEvent pe)
           
 void actionRemoved(ProductionEvent pe)
           
 void conditionAdded(ProductionEvent pe)
          condition has been added, only available before encoding
 void conditionRemoved(ProductionEvent pe)
           
 void parameterChanged(IParameterEvent pe)
           
 void productionEncoded(ProductionEvent pe)
          production has been added to the model
 void productionFired(ProductionEvent pe)
          production has been fired, you can access the production or its instantiation
 void productionInstantiated(ProductionEvent pe)
          production has been successfully instantiated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductionListenerAdaptor

public ProductionListenerAdaptor()
Method Detail

actionAdded

public void actionAdded(ProductionEvent pe)
Specified by:
actionAdded in interface IProductionListener

actionRemoved

public void actionRemoved(ProductionEvent pe)
Specified by:
actionRemoved in interface IProductionListener

conditionAdded

public void conditionAdded(ProductionEvent pe)
Description copied from interface: IProductionListener
condition has been added, only available before encoding

Specified by:
conditionAdded in interface IProductionListener

conditionRemoved

public void conditionRemoved(ProductionEvent pe)
Specified by:
conditionRemoved in interface IProductionListener

productionEncoded

public void productionEncoded(ProductionEvent pe)
Description copied from interface: IProductionListener
production has been added to the model

Specified by:
productionEncoded in interface IProductionListener

productionFired

public void productionFired(ProductionEvent pe)
Description copied from interface: IProductionListener
production has been fired, you can access the production or its instantiation

Specified by:
productionFired in interface IProductionListener

productionInstantiated

public void productionInstantiated(ProductionEvent pe)
Description copied from interface: IProductionListener
production has been successfully instantiated

Specified by:
productionInstantiated in interface IProductionListener

parameterChanged

public void parameterChanged(IParameterEvent pe)
Specified by:
parameterChanged in interface IParameterListener