com.irisel.omcrm.gui.control
Class CustomController

java.lang.Object
  extended by com.irisel.oms.guiom.control.UIController
      extended by com.irisel.omcrm.gui.control.CustomController
All Implemented Interfaces:
OMSEventListener, java.util.EventListener

public class CustomController
extends UIController


Constructor Summary
CustomController()
           
 
Method Summary
 java.lang.String onEvent(OMSEvent e)
           
 
Methods inherited from class com.irisel.oms.guiom.control.UIController
flush, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomController

public CustomController()
Method Detail

onEvent

public java.lang.String onEvent(OMSEvent e)
                         throws java.lang.Exception
Specified by:
onEvent in interface OMSEventListener
Overrides:
onEvent in class UIController
Throws:
java.lang.Exception