|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgenegui.Pointer
This is here solely to be able to pass null objects around in events. Java complains if the source of an event is null. I am (probably incorrectly) using the source of an event to pass a pointer rather than the actual source when I want to deliver a pointer to something. Thus this class. The cleaner solution is probably to make a new type of event whose response function takes a pointer argument.
Field Summary | |
java.lang.Object |
object
|
Constructor Summary | |
Pointer(java.lang.Object obj)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Object object
Constructor Detail |
public Pointer(java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |