Revision 40769 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/main/java/org/gvsig/remoteclient/wms/WMSEventListener.java

View differences:

WMSEventListener.java
21 21
 * For any additional information, do not hesitate to contact us
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24
/* CVS MESSAGES:
25
 *
26
 * $Id: WMSEventListener.java 29658 2009-06-29 17:10:19Z jpiera $
27
 * $Log$
28
 * Revision 1.1  2006-05-16 17:10:27  jaume
29
 * *** empty log message ***
30
 *
31
 *
32
 */
33 24

  
34 25
package org.gvsig.remoteclient.wms;
35 26
/**
......
48 39
	public static final int CANCELLED = -5;
49 40
	
50 41
	public abstract void newEvent(int idRequest, int eventType);
51
}
42
}

Also available in: Unified diff