Ontimize 5.2071EN

com.ontimize.gui
Class BasicInteractionManagerAction.BasicListener

java.lang.Object
  extended bycom.ontimize.gui.BasicInteractionManagerAction.BasicListener
All Implemented Interfaces:
InteractionManagerAction.Listener
Enclosing class:
BasicInteractionManagerAction

public static class BasicInteractionManagerAction.BasicListener
extends java.lang.Object
implements InteractionManagerAction.Listener


Field Summary
protected static java.lang.String ADD_PREFFIX
           
protected  java.util.Map listeners
           
 
Constructor Summary
BasicInteractionManagerAction.BasicListener()
           
 
Method Summary
 void add(InteractionManagerAction.ListenerItem item)
           
 void clear()
           
 InteractionManagerAction.ListenerItem getListenerItem(java.lang.Object id)
           
 java.util.List getListenerList()
           
 InteractionManagerAction.ListenerItem remove(java.lang.Object id)
           
 void setListener(Form form)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADD_PREFFIX

protected static final java.lang.String ADD_PREFFIX
See Also:
Constant Field Values

listeners

protected java.util.Map listeners
Constructor Detail

BasicInteractionManagerAction.BasicListener

public BasicInteractionManagerAction.BasicListener()
Method Detail

getListenerItem

public InteractionManagerAction.ListenerItem getListenerItem(java.lang.Object id)
Specified by:
getListenerItem in interface InteractionManagerAction.Listener

getListenerList

public java.util.List getListenerList()
Specified by:
getListenerList in interface InteractionManagerAction.Listener

add

public void add(InteractionManagerAction.ListenerItem item)
Specified by:
add in interface InteractionManagerAction.Listener

setListener

public void setListener(Form form)
Specified by:
setListener in interface InteractionManagerAction.Listener

remove

public InteractionManagerAction.ListenerItem remove(java.lang.Object id)
Specified by:
remove in interface InteractionManagerAction.Listener

clear

public void clear()
Specified by:
clear in interface InteractionManagerAction.Listener

toString

public java.lang.String toString()

Ontimize