uk.co.keang.sudoku
Interface StoreListener

All Known Implementing Classes:
SudokuGUI

public interface StoreListener

Author:
A.G.Docherty

Method Summary
 void itemRetrieved(java.util.PriorityQueue<Generator.PuzzleStoreItem> store, Generator.PuzzleStoreItem item)
          Notification of a puzzle being retrieved
 void itemStored(java.util.PriorityQueue<Generator.PuzzleStoreItem> store, Generator.PuzzleStoreItem item)
          Notification of a new puzzle being stored
 

Method Detail

itemStored

void itemStored(java.util.PriorityQueue<Generator.PuzzleStoreItem> store,
                Generator.PuzzleStoreItem item)
Notification of a new puzzle being stored

Parameters:
store - the puzzle store
item - the item that has been added to the store

itemRetrieved

void itemRetrieved(java.util.PriorityQueue<Generator.PuzzleStoreItem> store,
                   Generator.PuzzleStoreItem item)
Notification of a puzzle being retrieved

Parameters:
store - the puzzle store
item - the item that has been removed from the store