org.nakedobjects.plugins.headless.viewer.internal
Class InteractionEventDispatcherTypeSafe<T extends InteractionEvent>

java.lang.Object
  extended by org.nakedobjects.plugins.headless.viewer.internal.InteractionEventDispatcherTypeSafe<T>
All Implemented Interfaces:
InteractionEventDispatcher

public abstract class InteractionEventDispatcherTypeSafe<T extends InteractionEvent>
extends java.lang.Object
implements InteractionEventDispatcher


Constructor Summary
InteractionEventDispatcherTypeSafe()
           
 
Method Summary
 void dispatch(InteractionEvent interactionEvent)
           
abstract  void dispatchTypeSafe(T interactionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionEventDispatcherTypeSafe

public InteractionEventDispatcherTypeSafe()
Method Detail

dispatchTypeSafe

public abstract void dispatchTypeSafe(T interactionEvent)

dispatch

public void dispatch(InteractionEvent interactionEvent)
Specified by:
dispatch in interface InteractionEventDispatcher


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.