protected static class PNotificationCenter.NotificationTarget extends WeakReference
Modifier and Type | Field and Description |
---|---|
protected int |
hashCode
Cached hashcode value computed at construction time.
|
protected Method |
method
Method to be invoked on the object.
|
Constructor and Description |
---|
PNotificationCenter.NotificationTarget(Object object,
Method method)
Creates a notification target representing the method on the
particular object provided.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Returns true if this object is logically equivalent to the one passed
in.
|
Method |
getMethod()
Returns the method that will be invoked on the listener object.
|
int |
hashCode()
Returns hash code for this notification target.
|
String |
toString()
Returns a string representation of this NotificationTarget for
debugging purposes.
|
clear, enqueue, get, isEnqueued
protected int hashCode
protected Method method
public Method getMethod()
public int hashCode()
public boolean equals(Object object)
Copyright © 1995–2013 Piccolo2D. All rights reserved.