|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hardcode.gdbms.engine.data.GDBMSEvent
com.hardcode.gdbms.engine.data.SelectionEvent
public class SelectionEvent
Constructor Summary | |
---|---|
SelectionEvent(DataSource dataSource,
int[] oldSelection,
int[] newSelection)
|
Method Summary | |
---|---|
int[] |
getNewSelection()
|
int[] |
getOldSelection()
|
Methods inherited from class com.hardcode.gdbms.engine.data.GDBMSEvent |
---|
getDataSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectionEvent(DataSource dataSource, int[] oldSelection, int[] newSelection)
Method Detail |
---|
public int[] getNewSelection()
public int[] getOldSelection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |