Uses of Class
uk.co.keang.sudoku.event.SolutionEvent

Packages that use SolutionEvent
uk.co.keang.sudoku   
uk.co.keang.sudoku.event   
uk.co.keang.sudoku.solver   
 

Uses of SolutionEvent in uk.co.keang.sudoku
 

Fields in uk.co.keang.sudoku with type parameters of type SolutionEvent
 java.util.List<SolutionEvent> SolutionPanel.coalescedEvents
           
 

Methods in uk.co.keang.sudoku that return types with arguments of type SolutionEvent
 java.util.List<SolutionEvent> SequenceBuffer.getCoalescedEvents()
           
 

Methods in uk.co.keang.sudoku with parameters of type SolutionEvent
protected  void SolutionPanel.displaySelectedEvent(SolutionEvent selected)
           
 void SolverListener.removedPossibleValues(SolutionEvent event)
           
 void SequenceBuffer.removedPossibleValues(SolutionEvent event)
           
 

Uses of SolutionEvent in uk.co.keang.sudoku.event
 

Subclasses of SolutionEvent in uk.co.keang.sudoku.event
 class AssociatedPairsEvent
          A solution event
 class AsymmetricGroupsEvent
          A solution event
 class BruteForceEvent
          A solution event
 class FixedLineEvent
          A solution event
 class HiddenGroupsEvent
          A solution event
 class KnownValueEvent
          A solution event
 class MatchingGroupEvent
          A solution event
 class SplitGroupsEvent
          A solution event
 class ZeroChoiceEvent
          A solution event
 

Methods in uk.co.keang.sudoku.event that return SolutionEvent
 SolutionEvent SolutionEvent.clone()
           
 

Methods in uk.co.keang.sudoku.event with parameters of type SolutionEvent
 boolean SplitGroupsEvent.canCoalesce(SolutionEvent e)
          Returns true if the source and location are the same and if they both have change sets
 boolean SolutionEvent.canCoalesce(SolutionEvent e)
          Returns true if the source and location are the same and if they both have change sets
 boolean MatchingGroupEvent.canCoalesce(SolutionEvent e)
          Returns true if the source and location are the same and if they both have change sets
 boolean HiddenGroupsEvent.canCoalesce(SolutionEvent e)
          Returns true if the source and location are the same and if they both have change sets
 boolean FixedLineEvent.canCoalesce(SolutionEvent e)
          Returns true if the source and location are the same and if they both have change sets
 boolean AsymmetricGroupsEvent.canCoalesce(SolutionEvent e)
          Returns true if the source and location are the same and if they both have change sets
 boolean AssociatedPairsEvent.canCoalesce(SolutionEvent e)
          Returns true if the source and location are the same and if they both have change sets
 void SolutionEvent.coalesce(SolutionEvent e)
          Coalesces the given event with this one
 

Uses of SolutionEvent in uk.co.keang.sudoku.solver
 

Methods in uk.co.keang.sudoku.solver with parameters of type SolutionEvent
protected  void AbstractSolver.fireSolutionEvent(SolutionEvent event)
          fires the possibilities reduced event to all listeners