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

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.ConstraintsListenerDecoratorImpl
All Implemented Interfaces:
ConstraintsListenerDecorator, ConstraintsProvider, Info, InfoDecorator
Direct Known Subclasses:
DefaultConstraintsListenerDecorator

public abstract class ConstraintsListenerDecoratorImpl
extends InfoDecoratorImpl
implements ConstraintsListenerDecorator, ConstraintsProvider

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
ConstraintsListenerDecoratorImpl(ConstraintsProvider provider)
           
 
Method Summary
 void eventProcess(ConstraintsEvent ev)
           
 ConstraintsInfo getConstraints()
           
 void reset()
           
 void setConstraints(ConstraintsInfo constraints)
           
 
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

ConstraintsListenerDecoratorImpl

public ConstraintsListenerDecoratorImpl(ConstraintsProvider provider)
Method Detail

eventProcess

public void eventProcess(ConstraintsEvent ev)

reset

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

getConstraints

public ConstraintsInfo getConstraints()
Specified by:
getConstraints in interface ConstraintsProvider

setConstraints

public void setConstraints(ConstraintsInfo constraints)
Specified by:
setConstraints in interface ConstraintsProvider