gistoolkit.display
Class LayerEvent

java.lang.Object
  extended bygistoolkit.display.LayerEvent

public class LayerEvent
extends java.lang.Object

An event used to indicate that actions have been performed within a layer.


Field Summary
static int READ_BEGIN
           
static int READ_COMPLETE
           
static int READ_OCCURED
           
 
Constructor Summary
LayerEvent(int inEventType)
          Creates new LayerEvent
 
Method Summary
 int getEventType()
          Returns the type of event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ_BEGIN

public static int READ_BEGIN

READ_OCCURED

public static int READ_OCCURED

READ_COMPLETE

public static int READ_COMPLETE
Constructor Detail

LayerEvent

public LayerEvent(int inEventType)
Creates new LayerEvent

Method Detail

getEventType

public int getEventType()
Returns the type of event.