uk.co.keang.sudoku
Interface StoreListener
- All Known Implementing Classes:
- SudokuGUI
public interface StoreListener
- Author:
- A.G.Docherty
itemStored
void itemStored(java.util.PriorityQueue<Generator.PuzzleStoreItem> store,
Generator.PuzzleStoreItem item)
- Notification of a new puzzle being stored
- Parameters:
store
- the puzzle storeitem
- 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 storeitem
- the item that has been removed from the store