Uses of Interface
soot.toolkits.graph.interaction.IInteractionListener

Packages that use IInteractionListener
soot.toolkits.graph.interaction   
 

Uses of IInteractionListener in soot.toolkits.graph.interaction
 

Methods in soot.toolkits.graph.interaction that return IInteractionListener
 IInteractionListener InteractionHandler.getInteractionListener()
           
 

Methods in soot.toolkits.graph.interaction with parameters of type IInteractionListener
 void IInteractionController.addListener(IInteractionListener listener)
           
 void IInteractionController.removeListener(IInteractionListener listener)
           
 void InteractionHandler.setInteractionListener(IInteractionListener listener)