fr.inria.oadymppac.parsing.gentra4cp.event
Class UpdateListListenerDecoratorImpl
java.lang.Object
fr.inria.oadymppac.parsing.event.InfoDecoratorImpl
fr.inria.oadymppac.parsing.gentra4cp.event.UpdateListListenerDecoratorImpl
- All Implemented Interfaces:
- Info, InfoDecorator, UpdateListListenerDecorator, UpdateListProvider
- Direct Known Subclasses:
- DefaultUpdateListListenerDecorator
- public abstract class UpdateListListenerDecoratorImpl
- extends InfoDecoratorImpl
- implements UpdateListListenerDecorator, UpdateListProvider
- Author:
- raf
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
Fields inherited from interface fr.inria.oadymppac.parsing.event.Info |
logger |
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.Info |
getInfoType |
UpdateListListenerDecoratorImpl
public UpdateListListenerDecoratorImpl(UpdateListProvider provider)
eventProcess
public void eventProcess(UpdateEvent ev)
reset
public void reset()
- Specified by:
reset
in interface InfoDecorator
- Overrides:
reset
in class InfoDecoratorImpl
getInfo
public UpdateListInfo getInfo()
- Returns:
- Returns the info.
setInfo
public void setInfo(UpdateListInfo info)
- Parameters:
info
- The info to set.
add
public boolean add(UpdateInfo update)
- Returns:
clear
public void clear()
contains
public boolean contains(UpdateInfo o)
- Parameters:
o
-
- Returns:
isEmpty
public boolean isEmpty()
- Returns:
iterator
public java.util.Iterator iterator()
- Returns:
size
public int size()
- Returns:
getUpdateList
public UpdateListInfo getUpdateList()
- Specified by:
getUpdateList
in interface UpdateListProvider
setUpdateList
public void setUpdateList(UpdateListInfo updateList)
- Specified by:
setUpdateList
in interface UpdateListProvider