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

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.DeltaListenerDecoratorImpl
All Implemented Interfaces:
DeltaListenerDecorator, DeltaProvider, Info, InfoDecorator
Direct Known Subclasses:
DefaultDeltaListenerDecorator

public abstract class DeltaListenerDecoratorImpl
extends InfoDecoratorImpl
implements DeltaListenerDecorator, DeltaProvider

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
DeltaListenerDecoratorImpl(DeltaProvider provider)
           
 
Method Summary
 void eventProcess(DeltaEvent ev)
           
 DeltaInfo getDelta()
           
 void reset()
           
 void setDelta(DeltaInfo delta)
           
 
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

DeltaListenerDecoratorImpl

public DeltaListenerDecoratorImpl(DeltaProvider provider)
Method Detail

eventProcess

public void eventProcess(DeltaEvent ev)

reset

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

getDelta

public DeltaInfo getDelta()
Specified by:
getDelta in interface DeltaProvider
Returns:
Returns the info.

setDelta

public void setDelta(DeltaInfo delta)
Specified by:
setDelta in interface DeltaProvider