org.sourceforge.jemm.client.events
Class MethodEvent
java.lang.Object
org.sourceforge.jemm.client.events.MethodEvent
public class MethodEvent
- extends java.lang.Object
Describes a Method entry or exit.
- Author:
- Paul
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MethodEvent
public MethodEvent(java.lang.Object entity,
Descriptor method,
MethodEventType type,
boolean hasLock)
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.