jedi.event
Class MethodEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jedi.event.MethodEvent

public class MethodEvent
extends java.util.EventObject

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MethodEvent(java.lang.Object o, Method m)
           
 
Method Summary
 Method getMethodReference()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodEvent

public MethodEvent(java.lang.Object o,
                   Method m)
Method Detail

getMethodReference

public Method getMethodReference()