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

Field Summary
 RPolygon polygon
           
 int statis
           
 double time
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SporeEventObject(java.lang.Object o)
           
SporeEventObject(java.lang.Object o, RPolygon p, int statis, double time)
           
 
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
 

Field Detail

statis

public int statis

polygon

public RPolygon polygon

time

public double time
Constructor Detail

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 event
p - - the RPolygon that is associated with the event
statis - - the type of event (use flags FOREGROUND and ADDITION)
time - - the time stamp of the event