Uses of Interface
org.nakedobjects.plugins.headless.applib.listeners.InteractionListener

Packages that use InteractionListener
org.nakedobjects.plugins.headless.applib   
org.nakedobjects.plugins.headless.applib.listeners   
 

Uses of InteractionListener in org.nakedobjects.plugins.headless.applib
 

Methods in org.nakedobjects.plugins.headless.applib that return types with arguments of type InteractionListener
 java.util.List<InteractionListener> HeadlessViewer.getListeners()
          All InteractionListeners that have been registered using HeadlessViewer.addInteractionListener(InteractionListener).
 

Methods in org.nakedobjects.plugins.headless.applib with parameters of type InteractionListener
 boolean HeadlessViewer.addInteractionListener(InteractionListener listener)
          Registers an InteractionListener, to be notified of interactions on all views.
 boolean HeadlessViewer.removeInteractionListener(InteractionListener listener)
          Remove an InteractionListener, to no longer be notified of interactions on views.
 

Uses of InteractionListener in org.nakedobjects.plugins.headless.applib.listeners
 

Classes in org.nakedobjects.plugins.headless.applib.listeners that implement InteractionListener
 class InteractionAdapter
          Provides no-op implementations of each of the methods within InteractionListener, to simplify the creation of new listeners.
 



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