public interface IFilter
extends java.io.Serializable
Used in tabs (list mode) and in descriptions list.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
filter(java.lang.Object o) |
java.lang.Object filter(java.lang.Object o) throws FilterException
o
- Argument to filter. A object.FilterException
- Any problem.