javax.rad.application.genui.event
Class RemoteApplicationHandler

java.lang.Object
  extended by javax.rad.util.EventHandler<L>
      extended by javax.rad.util.RuntimeEventHandler<IRemoteApplicationListener>
          extended by javax.rad.application.genui.event.RemoteApplicationHandler

public class RemoteApplicationHandler
extends RuntimeEventHandler<IRemoteApplicationListener>

The RemoteApplicationHandler is a RuntimeEventHandler that handles IRemoteApplicationListener.


Constructor Summary
RemoteApplicationHandler(String pListenerMethodName)
          Constructs a new RemoteApplicationHandler.
 
Method Summary
 
Methods inherited from class javax.rad.util.RuntimeEventHandler
dispatchEvent
 
Methods inherited from class javax.rad.util.EventHandler
addListener, addListener, addListener, addListener, createListener, getCurrentDispatchObject, getDefaultListener, getLastDispatchedObject, getListener, getListenerCount, getListeners, getWrappedException, getWrappedExceptionAllowSilent, isDispatchEventsEnabled, removeAllListeners, removeListener, removeListener, removeListener, setDefaultListener, setDefaultListener, setDispatchEventsEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteApplicationHandler

public RemoteApplicationHandler(String pListenerMethodName)
Constructs a new RemoteApplicationHandler.

Parameters:
pListenerMethodName - the method to be called inside the interface.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.