org.gvsig.remoteclient.wms
Interface WMSEventListener
public interface WMSEventListener
Interface for monitoring events from the WMSClient.
- Author:
- jaume dominguez faus - jaume.dominguez@iver.es
|
Method Summary |
void |
newEvent(int idRequest,
int eventType)
|
CANCELLED
static final int CANCELLED
- See Also:
- Constant Field Values
CAPABILITIES
static final int CAPABILITIES
- See Also:
- Constant Field Values
FAILED
static final int FAILED
- See Also:
- Constant Field Values
FEATURE_INFO
static final int FEATURE_INFO
- See Also:
- Constant Field Values
FINISHED
static final int FINISHED
- See Also:
- Constant Field Values
MAP
static final int MAP
- See Also:
- Constant Field Values
STARTED
static final int STARTED
- See Also:
- Constant Field Values
TRANSFERRING
static final int TRANSFERRING
- See Also:
- Constant Field Values
newEvent
void newEvent(int idRequest,
int eventType)
Copyright © 2014 gvSIG Association. All Rights Reserved.