javax.rad.ui.event
Class FocusHandler<L>

java.lang.Object
  extended by javax.rad.util.EventHandler<L>
      extended by javax.rad.util.RuntimeEventHandler<L>
          extended by javax.rad.ui.event.FocusHandler<L>
Type Parameters:
L - the Listener type

public class FocusHandler<L>
extends RuntimeEventHandler<L>

The FocusHandler is a RuntimeEventHandler that handles IFocusListener.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.rad.util.EventHandler
EventHandler.ListenerHandler
 
Constructor Summary
FocusHandler(java.lang.Class<L> pClass)
          Creates a new instance of FocusHandler.
 
Method Summary
 
Methods inherited from class javax.rad.util.RuntimeEventHandler
dispatchEvent
 
Methods inherited from class javax.rad.util.EventHandler
addHandler, addListener, addListener, addListener, addListener, addListener, createListener, getCurrentDispatchObject, getDefaultListener, getLastDispatchedObject, getListener, getListenerCount, getListeners, getWrappedException, getWrappedExceptionAllowSilent, isDispatchable, isDispatchable, isDispatchEventsEnabled, removeAllListeners, removeHandler, 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

FocusHandler

public FocusHandler(java.lang.Class<L> pClass)
Creates a new instance of FocusHandler.

Parameters:
pClass - the listener class


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.