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

java.lang.Object
  extended byjava.lang.ref.Reference
      extended byjava.lang.ref.WeakReference
          extended byedu.umd.cs.piccolox.event.PNotificationCenter.CompoundKey
Enclosing class:
PNotificationCenter

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


Constructor Summary
PNotificationCenter.CompoundKey(java.lang.Object aName, java.lang.Object anObject)
           
PNotificationCenter.CompoundKey(java.lang.Object aName, java.lang.Object anObject, java.lang.ref.ReferenceQueue aQueue)
           
 
Method Summary
 boolean equals(java.lang.Object anObject)
           
 int hashCode()
           
 java.lang.Object name()
           
 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
 

Constructor Detail

PNotificationCenter.CompoundKey

public PNotificationCenter.CompoundKey(java.lang.Object aName,
                                       java.lang.Object anObject)

PNotificationCenter.CompoundKey

public PNotificationCenter.CompoundKey(java.lang.Object aName,
                                       java.lang.Object anObject,
                                       java.lang.ref.ReferenceQueue aQueue)
Method Detail

name

public java.lang.Object name()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object anObject)

toString

public java.lang.String toString()


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