com.zasysdev.zamae
Interface StringFilter_callbacks
- All Known Implementing Classes:
- za_UI_api
public interface StringFilter_callbacks
Interface StringFilter. Anyone intending to use the filters
should register first by using the addFilterListener method
and implementing the filterString method through the
StringFilter_callbacks interface
- See Also:
StringFilter
|
Method Summary |
java.lang.String |
filterString(java.lang.String a_strOriginalString,
java.lang.String a_strFilterTag)
Implement this method to filter strings from the
AppString class |
filterString
java.lang.String filterString(java.lang.String a_strOriginalString,
java.lang.String a_strFilterTag)
- Implement this method to filter strings from the
AppString class
- See Also:
AppString