com.tensegrity.wpalo.client.ui.mvc.cubeview
Class SelectionEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.tensegrity.wpalo.client.ui.mvc.cubeview.SelectionEvent

public class SelectionEvent
extends com.extjs.gxt.ui.client.event.BaseEvent

SelectionEvent TODO DOCUMENT ME

Version:
$Id: SelectionEvent.java,v 1.4 2009/12/17 16:14:20 PhilippBouillon Exp $

Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.event.BaseEvent
doit, source, type
 
Constructor Summary
SelectionEvent(java.lang.Object source, com.tensegrity.palo.gwt.core.client.models.XObject selection)
           
 
Method Summary
 com.tensegrity.palo.gwt.core.client.models.XObject getSelection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionEvent

public SelectionEvent(java.lang.Object source,
                      com.tensegrity.palo.gwt.core.client.models.XObject selection)
Method Detail

getSelection

public com.tensegrity.palo.gwt.core.client.models.XObject getSelection()