fr.inria.oadymppac.parsing.gentra4cp.event
Class VariablesListenerDecoratorImpl

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.VariablesListenerDecoratorImpl
All Implemented Interfaces:
Info, InfoDecorator, VariablesListenerDecorator, VariablesProvider
Direct Known Subclasses:
DefaultVariablesListenerDecorator

public abstract class VariablesListenerDecoratorImpl
extends InfoDecoratorImpl
implements VariablesListenerDecorator, VariablesProvider

Author:
raf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info
logger
 
Constructor Summary
VariablesListenerDecoratorImpl(VariablesProvider provider)
           
 
Method Summary
 void eventProcess(VariablesEvent ev)
           
 VariablesInfo getVariables()
           
 void reset()
           
 void setVariables(VariablesInfo vardomain)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.InfoDecoratorImpl
getInfoType, terminate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.InfoDecorator
terminate
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Info
getInfoType
 

Constructor Detail

VariablesListenerDecoratorImpl

public VariablesListenerDecoratorImpl(VariablesProvider provider)
Method Detail

eventProcess

public void eventProcess(VariablesEvent ev)

reset

public void reset()
Specified by:
reset in interface InfoDecorator
Overrides:
reset in class InfoDecoratorImpl

getVariables

public VariablesInfo getVariables()
Specified by:
getVariables in interface VariablesProvider
Returns:
Returns the info.

setVariables

public void setVariables(VariablesInfo vardomain)
Specified by:
setVariables in interface VariablesProvider