|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.production.event.ProductionListenerAdaptor
public class ProductionListenerAdaptor
| 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 |
|---|
public ProductionListenerAdaptor()
| Method Detail |
|---|
public void actionAdded(ProductionEvent pe)
actionAdded in interface IProductionListenerpublic void actionRemoved(ProductionEvent pe)
actionRemoved in interface IProductionListenerpublic void conditionAdded(ProductionEvent pe)
IProductionListener
conditionAdded in interface IProductionListenerpublic void conditionRemoved(ProductionEvent pe)
conditionRemoved in interface IProductionListenerpublic void productionEncoded(ProductionEvent pe)
IProductionListener
productionEncoded in interface IProductionListenerpublic void productionFired(ProductionEvent pe)
IProductionListener
productionFired in interface IProductionListenerpublic void productionInstantiated(ProductionEvent pe)
IProductionListener
productionInstantiated in interface IProductionListenerpublic void parameterChanged(IParameterEvent pe)
parameterChanged in interface IParameterListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||