org.gvsig.remoteclient.taskplanning.retrieving
Class RetrieveEvent

java.lang.Object
  extended by org.gvsig.remoteclient.taskplanning.retrieving.RetrieveEvent

public class RetrieveEvent
extends java.lang.Object

Author:
jaume dominguez faus - jaume.dominguez@iver.es Luis W. Sevilla (sevilla_lui@gva.es)

Field Summary
static int CONNECTING
           
static int NOT_STARTED
           
static int POSTPROCESSING
           
static int REQUEST_CANCELLED
           
static int REQUEST_FAILED
           
static int REQUEST_FINISHED
           
static int TRANSFERRING
           
 
Constructor Summary
RetrieveEvent()
           
 
Method Summary
 int getType()
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTING

public static final int CONNECTING
See Also:
Constant Field Values

NOT_STARTED

public static final int NOT_STARTED
See Also:
Constant Field Values

POSTPROCESSING

public static final int POSTPROCESSING
See Also:
Constant Field Values

REQUEST_CANCELLED

public static final int REQUEST_CANCELLED
See Also:
Constant Field Values

REQUEST_FAILED

public static final int REQUEST_FAILED
See Also:
Constant Field Values

REQUEST_FINISHED

public static final int REQUEST_FINISHED
See Also:
Constant Field Values

TRANSFERRING

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

RetrieveEvent

public RetrieveEvent()
Method Detail

getType

public int getType()

setType

public void setType(int type)


Copyright © 2014 gvSIG Association. All Rights Reserved.