NASA World Wind

gov.nasa.worldwind
Class RenderingEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gov.nasa.worldwind.RenderingEvent
All Implemented Interfaces:
Serializable

public class RenderingEvent
extends EventObject

See Also:
Serialized Form

Field Summary
static String BEGIN
           
static String END
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RenderingEvent(Object source, String stage)
           
 
Method Summary
 String getStage()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BEGIN

public static final String BEGIN
See Also:
Constant Field Values

END

public static final String END
See Also:
Constant Field Values
Constructor Detail

RenderingEvent

public RenderingEvent(Object source,
                      String stage)
Method Detail

getStage

public String getStage()

toString

public String toString()
Overrides:
toString in class EventObject

NASA World Wind