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 Details

    • getInstance

      @Deprecated public static final ParamFrame getInstance()
      Deprecated.
      Returns:
      The instance of the JDilemme Frame
    • initParametres

      @Deprecated public void initParametres() throws java.lang.Exception
      Deprecated.
      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 public java.util.List<IObserver> 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 public void addObserver​(IObserver observer)
      Deprecated.
      Add a IObserver to the list
      Specified by:
      addObserver in interface IObservable
      Parameters:
      observer - The observer to add
    • removeObserver

      @Deprecated public void removeObserver​(IObserver observer)
      Deprecated.
      Remove a IObserver from the list
      Specified by:
      removeObserver in interface IObservable
      Parameters:
      observer - The observer to remove
    • notifierAll

      @Deprecated public void notifierAll()
      Deprecated.
      Notify all the Observer of the list
      Specified by:
      notifierAll in interface IObservable
      See Also:
      IObserver.notifier()