soot.toolkits.graph.interaction
Class InteractionEvent

java.lang.Object
  extended bysoot.toolkits.graph.interaction.InteractionEvent

public class InteractionEvent
extends Object


Constructor Summary
InteractionEvent(int type)
           
InteractionEvent(int type, Object info)
           
 
Method Summary
 Object info()
           
 int type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionEvent

public InteractionEvent(int type)

InteractionEvent

public InteractionEvent(int type,
                        Object info)
Method Detail

type

public int type()

info

public Object info()