Uses of Interface
com.carlosbcruz.pegsolitaire.OnlyOneGUIListener

Packages that use OnlyOneGUIListener
com.carlosbcruz.controller   
com.carlosbcruz.pegsolitaire   
 

Uses of OnlyOneGUIListener in com.carlosbcruz.controller
 

Classes in com.carlosbcruz.controller that implement OnlyOneGUIListener
 class OnlyOneTranslator.StartAdapter
          Control the start of the algorithm
 class OnlyOneTranslator.StopAdapter
          Control the stop of the algorithm
 

Uses of OnlyOneGUIListener in com.carlosbcruz.pegsolitaire
 

Classes in com.carlosbcruz.pegsolitaire that implement OnlyOneGUIListener
 class OnlyOneGUIAdapter
          Represent any gui behavior
 

Methods in com.carlosbcruz.pegsolitaire with parameters of type OnlyOneGUIListener
 void OnlyOneGUI.addOnlyOneGUIStartListener(OnlyOneGUIListener listener)
          Add a listener to the start button
 void OnlyOneGUI.addOnlyOneGUIStopListener(OnlyOneGUIListener listener)
          Add a listener to the stop button
 void OnlyOneGUI.removeOnlyOneGUIStartListener(OnlyOneGUIListener listener)
          Remove a listener to the start button
 void OnlyOneGUI.removeOnlyOneGUIStopListener(OnlyOneGUIListener listener)
          Remove a listener to the stop button