|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
uk.co.keang.sudoku.event.SolutionEvent
uk.co.keang.sudoku.event.BruteForceEvent
public class BruteForceEvent
A solution event
Nested Class Summary |
---|
Nested classes/interfaces inherited from class uk.co.keang.sudoku.event.SolutionEvent |
---|
SolutionEvent.DisplayOrder, SolutionEvent.Grouping |
Field Summary |
---|
Fields inherited from class uk.co.keang.sudoku.event.SolutionEvent |
---|
lblTextXAxis |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
BruteForceEvent(AbstractSolver src,
java.lang.String msg,
Puzzle grid,
java.util.List<java.awt.Point> loc,
SolutionEvent.Grouping group)
A solver event for a changed cell |
Method Summary |
---|
Methods inherited from class uk.co.keang.sudoku.event.SolutionEvent |
---|
canCoalesce, clone, coalesce, displayOrder, equals, getDescription, getGrouping, getLocations, getPuzzle, getReferencedLocations, getReferencedValues, getRemovedValues, hashCode, isResolved, setDisplayOrder, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BruteForceEvent(AbstractSolver src, java.lang.String msg, Puzzle grid, java.util.List<java.awt.Point> loc, SolutionEvent.Grouping group) throws IllegalGridException
src
- the solver that generated the eventmsg
- a descriptive message from the solvergrid
- the grid after the proposed changes are appliedloc
- the locations (0 based) of the cells that has been modified
IllegalGridException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |