twaver.gis.event
Class OnReadyEvent

java.lang.Object
  extended bytwaver.gis.event.OnReadyEvent

public class OnReadyEvent
extends java.lang.Object


Field Summary
static int REQUIRE_FAILED
           
static int REQUIRE_SUCCESS
           
 
Constructor Summary
OnReadyEvent(twaver.base.gis.tiles.asynchronize.RequireTask task, int type)
           
 
Method Summary
 int getEventType()
           
 twaver.base.gis.tiles.asynchronize.Task getTask()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUIRE_FAILED

public static final int REQUIRE_FAILED
See Also:
Constant Field Values

REQUIRE_SUCCESS

public static final int REQUIRE_SUCCESS
See Also:
Constant Field Values
Constructor Detail

OnReadyEvent

public OnReadyEvent(twaver.base.gis.tiles.asynchronize.RequireTask task,
                    int type)
Method Detail

getEventType

public int getEventType()

getTask

public twaver.base.gis.tiles.asynchronize.Task getTask()