org.sourceforge.jemm.client.events
Class MethodEvent

java.lang.Object
  extended by org.sourceforge.jemm.client.events.MethodEvent

public class MethodEvent
extends java.lang.Object

Describes a Method entry or exit.

Author:
Paul

Constructor Summary
MethodEvent(java.lang.Object entity, Descriptor method, MethodEventType type, boolean hasLock)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getEntity()
           
 Descriptor getMethod()
           
 MethodEventType getType()
           
 int hashCode()
           
 boolean hasLock()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodEvent

public MethodEvent(java.lang.Object entity,
                   Descriptor method,
                   MethodEventType type,
                   boolean hasLock)
Method Detail

getEntity

public java.lang.Object getEntity()

getMethod

public Descriptor getMethod()

getType

public MethodEventType getType()

hasLock

public boolean hasLock()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.