com.hardcode.gdbms.engine.data
Class SelectionEvent

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.GDBMSEvent
      extended by com.hardcode.gdbms.engine.data.SelectionEvent

public class SelectionEvent
extends GDBMSEvent


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

SelectionEvent

public SelectionEvent(DataSource dataSource,
                      int[] oldSelection,
                      int[] newSelection)
Method Detail

getNewSelection

public int[] getNewSelection()

getOldSelection

public int[] getOldSelection()


Copyright © 2005-2006 . All Rights Reserved.