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

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.UpdateListenerDecoratorImpl
All Implemented Interfaces:
Info, InfoDecorator, UpdateListenerDecorator, UpdateProvider
Direct Known Subclasses:
DefaultUpdateListenerDecorator

public abstract class UpdateListenerDecoratorImpl
extends InfoDecoratorImpl
implements UpdateListenerDecorator, UpdateProvider

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
UpdateListenerDecoratorImpl(UpdateProvider provider)
           
 
Method Summary
 void eventProcess(UpdateEvent ev)
           
 UpdateInfo getUpdate()
           
 void reset()
           
 void setUpdate(UpdateInfo update)
           
 
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

UpdateListenerDecoratorImpl

public UpdateListenerDecoratorImpl(UpdateProvider provider)
Method Detail

eventProcess

public void eventProcess(UpdateEvent ev)

reset

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

getUpdate

public UpdateInfo getUpdate()
Specified by:
getUpdate in interface UpdateProvider
Returns:
Returns the info.

setUpdate

public void setUpdate(UpdateInfo update)
Specified by:
setUpdate in interface UpdateProvider