|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.drools.examples.sudoku.swing.SudokuGridEvent
public class SudokuGridEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
SudokuGridEvent(Object source)
|
|
SudokuGridEvent(Object source,
int row,
int col,
int value)
|
Method Summary | |
---|---|
int |
getCol()
|
int |
getRow()
|
int |
getValue()
|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SudokuGridEvent(Object source)
public SudokuGridEvent(Object source, int row, int col, int value)
Method Detail |
---|
public int getCol()
public int getRow()
public int getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |