com.tensegrity.palowebviewer.modules.widgets.client.list
Class ListModelEvent

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.widgets.client.list.ListModelEvent

public class ListModelEvent
extends java.lang.Object

Event that denotes changes in the IListModel.


Constructor Summary
ListModelEvent(int index0, int index1)
           
 
Method Summary
 int getIndex0()
           
 int getIndex1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListModelEvent

public ListModelEvent(int index0,
                      int index1)
Method Detail

getIndex0

public int getIndex0()

getIndex1

public int getIndex1()