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

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.DeltaListListenerDecoratorImpl
All Implemented Interfaces:
DeltaListListenerDecorator, DeltaListProvider, Info, InfoDecorator
Direct Known Subclasses:
DefaultDeltaListListenerDecorator

public abstract class DeltaListListenerDecoratorImpl
extends InfoDecoratorImpl
implements DeltaListListenerDecorator, DeltaListProvider

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
DeltaListListenerDecoratorImpl(DeltaListProvider provider)
           
 
Method Summary
 boolean add(DeltaInfo delta)
           
 void clear()
           
 boolean contains(DeltaInfo o)
           
 void eventProcess(DeltaEvent ev)
           
 DeltaListInfo getDeltaList()
           
 DeltaListInfo getInfo()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 void reset()
           
 void setDeltaList(DeltaListInfo deltaList)
           
 void setInfo(DeltaListInfo info)
           
 int size()
           
 
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

DeltaListListenerDecoratorImpl

public DeltaListListenerDecoratorImpl(DeltaListProvider provider)
Method Detail

eventProcess

public void eventProcess(DeltaEvent ev)

reset

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

getInfo

public DeltaListInfo getInfo()
Returns:
Returns the info.

setInfo

public void setInfo(DeltaListInfo info)
Parameters:
info - The info to set.

add

public boolean add(DeltaInfo delta)
Returns:

clear

public void clear()

contains

public boolean contains(DeltaInfo o)
Parameters:
o -
Returns:

isEmpty

public boolean isEmpty()
Returns:

iterator

public java.util.Iterator iterator()
Returns:

size

public int size()
Returns:

getDeltaList

public DeltaListInfo getDeltaList()
Specified by:
getDeltaList in interface DeltaListProvider

setDeltaList

public void setDeltaList(DeltaListInfo deltaList)
Specified by:
setDeltaList in interface DeltaListProvider