jcaas.gui
Class DefaultGUIModel

java.lang.Object
  extended by jcaas.gui.DefaultGUIModel
All Implemented Interfaces:
SortingGUIModel

public class DefaultGUIModel
extends java.lang.Object
implements SortingGUIModel

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
DefaultGUIModel()
           
 
Method Summary
 Sorter[] getSortingAlgorithms()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGUIModel

public DefaultGUIModel()
Method Detail

getSortingAlgorithms

public Sorter[] getSortingAlgorithms()
Specified by:
getSortingAlgorithms in interface SortingGUIModel
Returns:

stop

public void stop()
Specified by:
stop in interface SortingGUIModel

start

public void start()
Specified by:
start in interface SortingGUIModel