com.tensegrity.wpalo.client.services.wpalo
Class WPaloController

java.lang.Object
  extended by com.extjs.gxt.ui.client.mvc.Controller
      extended by com.tensegrity.wpalo.client.services.wpalo.WPaloController

public class WPaloController
extends com.extjs.gxt.ui.client.mvc.Controller

WPaloController TODO DOCUMENT ME

Version:
$Id: WPaloController.java,v 1.13 2010/02/12 13:49:50 PhilippBouillon Exp $

Field Summary
protected  ILocalConstants constants
           
 
Fields inherited from class com.extjs.gxt.ui.client.mvc.Controller
children, initialized, parent
 
Constructor Summary
WPaloController()
           
 
Method Summary
 void handleEvent(com.extjs.gxt.ui.client.mvc.AppEvent<?> event)
           
 
Methods inherited from class com.extjs.gxt.ui.client.mvc.Controller
addChild, canHandle, forwardToChild, forwardToView, forwardToView, initialize, registerEventTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected final transient ILocalConstants constants
Constructor Detail

WPaloController

public WPaloController()
Method Detail

handleEvent

public void handleEvent(com.extjs.gxt.ui.client.mvc.AppEvent<?> event)
Specified by:
handleEvent in class com.extjs.gxt.ui.client.mvc.Controller