org.sourceforge.jemm.client.events
Class MethodContext

java.lang.Object
  extended by org.sourceforge.jemm.client.events.SimpleContext
      extended by org.sourceforge.jemm.client.events.MethodContext
All Implemented Interfaces:
Context

public class MethodContext
extends SimpleContext

A context that represents a particular method for an Entity. This class is thread safe.

Author:
Paul Keeble

Constructor Summary
MethodContext(Descriptor method)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class org.sourceforge.jemm.client.events.SimpleContext
add, add, has, has, hasAny, remove, remove
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodContext

public MethodContext(Descriptor method)
Method Detail

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.