Package fr.uga.miage.pc.dilemme.front
Class ParamFrame
java.lang.Object
fr.uga.miage.pc.dilemme.front.ParamFrame
- All Implemented Interfaces:
IObservable
@Deprecated public final class ParamFrame extends java.lang.Object implements IObservable
Deprecated.
-
Method Summary
Modifier and Type Method Description voidaddObserver(IObserver observer)Deprecated.static ParamFramegetInstance()Deprecated.java.util.List<java.lang.Integer>getList()Deprecated.intgetNbTours()Deprecated.java.util.List<IObserver>getObservers()Deprecated.voidinitParametres()Deprecated.voidnotifierAll()Deprecated.voidremoveObserver(IObserver observer)Deprecated.voidreset()Deprecated.voidsetList(java.lang.String[] result)Deprecated.voidsetNbTours(int nbtours)Deprecated.
-
Method Details
-
getInstance
Deprecated.- Returns:
- The instance of the
JDilemmeFrame
-
initParametres
@Deprecated public void initParametres() throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception
-
getNbTours
@Deprecated public int getNbTours()Deprecated. -
setNbTours
@Deprecated public void setNbTours(int nbtours)Deprecated. -
reset
@Deprecated public void reset()Deprecated. -
getObservers
Deprecated. -
getList
@Deprecated public java.util.List<java.lang.Integer> getList()Deprecated. -
setList
@Deprecated public void setList(java.lang.String[] result)Deprecated. -
addObserver
Deprecated.Add aIObserverto the list- Specified by:
addObserverin interfaceIObservable- Parameters:
observer- The observer to add
-
removeObserver
Deprecated.Remove aIObserverfrom the list- Specified by:
removeObserverin interfaceIObservable- Parameters:
observer- The observer to remove
-
notifierAll
@Deprecated public void notifierAll()Deprecated.Notify all the Observer of the list- Specified by:
notifierAllin interfaceIObservable- See Also:
IObserver.notifier()
-