com.irisel.oms.guiom.control
Class UIController

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

public class UIController
extends java.lang.Object
implements OMSEventListener

Author:
José Manuel Gómez Álvarez

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

Constructor Detail

UIController

public UIController()
Method Detail

init

public void init()

onEvent

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

flush

public void flush()