Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.client.gui.widgets.widgetevents
Class listToListEvent  view listToListEvent download listToListEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.schooltool.client.gui.widgets.widgetevents.listToListEvent
All Implemented Interfaces:
java.io.Serializable

public class listToListEvent
extends java.util.EventObject

Version:

Field Summary
private  int eventType
           
private  long[] pkList
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
listToListEvent(java.lang.Object source)
           
listToListEvent(java.lang.Object source, long[] pks)
           
 
Method Summary
 int getEventType()
          Getter for property eventType.
 long[] getPkList()
           
 void setEventType(int eventType)
          Setter for property eventType.
 void setPkList(long[] list)
           
 
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
 

Field Detail

eventType

private int eventType

pkList

private long[] pkList
Constructor Detail

listToListEvent

public listToListEvent(java.lang.Object source,
                       long[] pks)

listToListEvent

public listToListEvent(java.lang.Object source)
Method Detail

setPkList

public void setPkList(long[] list)

getPkList

public long[] getPkList()

getEventType

public int getEventType()
Getter for property eventType.


setEventType

public void setEventType(int eventType)
Setter for property eventType.