edu.umd.cs.piccolox.event
Class PNotificationCenter.CompoundValue

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.WeakReference
          extended by edu.umd.cs.piccolox.event.PNotificationCenter.CompoundValue
Enclosing class:
PNotificationCenter

protected static class PNotificationCenter.CompoundValue
extends java.lang.ref.WeakReference


Field Summary
protected  int hashCode
           
protected  java.lang.reflect.Method method
           
 
Constructor Summary
PNotificationCenter.CompoundValue(java.lang.Object object, java.lang.reflect.Method method)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.reflect.Method getMethod()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, get, isEnqueued
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

hashCode

protected int hashCode

method

protected java.lang.reflect.Method method
Constructor Detail

PNotificationCenter.CompoundValue

public PNotificationCenter.CompoundValue(java.lang.Object object,
                                         java.lang.reflect.Method method)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()

hashCode

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

equals

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

toString

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


Copyright © 2008 by University of Maryland, College Park, MD 20742, USA All rights reserved.