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

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.InfoDecoratorImpl
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.CauseListListenerDecoratorImpl
All Implemented Interfaces:
CauseListListenerDecorator, CauseListProvider, Info, InfoDecorator
Direct Known Subclasses:
DefaultCauseListListenerDecorator

public abstract class CauseListListenerDecoratorImpl
extends InfoDecoratorImpl
implements CauseListListenerDecorator, CauseListProvider

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
CauseListListenerDecoratorImpl(CauseListProvider provider)
           
 
Method Summary
 boolean add(CauseInfo update)
           
 void clear()
           
 boolean contains(CauseInfo o)
           
 void eventProcess(CauseEvent ev)
           
 CauseListInfo getCauseList()
           
 CauseListInfo getInfo()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 void reset()
           
 void setCauseList(CauseListInfo causeList)
           
 void setInfo(CauseListInfo 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

CauseListListenerDecoratorImpl

public CauseListListenerDecoratorImpl(CauseListProvider provider)
Method Detail

eventProcess

public void eventProcess(CauseEvent ev)

reset

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

getInfo

public CauseListInfo getInfo()
Returns:
Returns the info.

setInfo

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

add

public boolean add(CauseInfo update)
Returns:

clear

public void clear()

contains

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

isEmpty

public boolean isEmpty()
Returns:

iterator

public java.util.Iterator iterator()
Returns:

size

public int size()
Returns:

getCauseList

public CauseListInfo getCauseList()
Specified by:
getCauseList in interface CauseListProvider

setCauseList

public void setCauseList(CauseListInfo causeList)
Specified by:
setCauseList in interface CauseListProvider