net.sourceforge.jconsole.plugins
Class InteractionHandler

java.lang.Object
  |
  +--net.sourceforge.jconsole.plugins.InteractionHandler

public class InteractionHandler
extends java.lang.Object
implements java.lang.Runnable


Method Summary
 void addInteraction(InteractionInterface interaction)
           
 void addInteractionUpdateEventListener(InteractionUpdateEventListener l)
           
protected  void fireInteractionUpdateEvent(InteractionUpdateEvent e)
           
 java.util.Iterator getInteractions(java.lang.String type)
           
static InteractionHandler instance()
           
 void removeInteraction(InteractionInterface interaction)
           
 void removeInteractionUpdateEventListener(InteractionUpdateEventListener l)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addInteraction

public void addInteraction(InteractionInterface interaction)

removeInteraction

public void removeInteraction(InteractionInterface interaction)

getInteractions

public java.util.Iterator getInteractions(java.lang.String type)

instance

public static InteractionHandler instance()

run

public void run()
Specified by:
run in interface java.lang.Runnable

removeInteractionUpdateEventListener

public void removeInteractionUpdateEventListener(InteractionUpdateEventListener l)

addInteractionUpdateEventListener

public void addInteractionUpdateEventListener(InteractionUpdateEventListener l)

fireInteractionUpdateEvent

protected void fireInteractionUpdateEvent(InteractionUpdateEvent e)