genegui
Class Pointer

java.lang.Object
  extended bygenegui.Pointer

public class Pointer
extends java.lang.Object

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

object

public java.lang.Object object
Constructor Detail

Pointer

public Pointer(java.lang.Object obj)