morey.spore
Class SporeEventObject
java.lang.Object
|
+--java.util.EventObject
|
+--morey.spore.SporeEventObject
- public class SporeEventObject
- extends java.util.EventObject
- implements java.io.Serializable
a basic data object that the Processor will send around
Here
is a link to the source code
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
statis
public int statis
polygon
public RPolygon polygon
time
public double time
SporeEventObject
public SporeEventObject(java.lang.Object o)
SporeEventObject
public SporeEventObject(java.lang.Object o,
RPolygon p,
int statis,
double time)
- Parameters:
o - - the object that created the eventp - - the RPolygon that is associated with the eventstatis - - the type of event (use flags FOREGROUND and
ADDITION)time - - the time stamp of the event