Revision 22951 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/SelectorFilter.java

View differences:

SelectorFilter.java
65 65
*/
66 66
package com.iver.cit.gvsig.gui.styling;
67 67

  
68
import com.iver.cit.gvsig.fmap.core.styles.IStyle;
69

  
68 70
/**
69 71
* Interface which is used to establish a filter in order to accept an object
70 72
* or refuse depending on its features
......
78 80
	 * @return
79 81
	 */
80 82
	public boolean accepts(Object obj);
83

  
81 84
}

Also available in: Unified diff