Package com.jme3.lwjgl3.utils
Interface APIUtil.TokenFilter
- Enclosing class:
 - APIUtil
 
public static interface APIUtil.TokenFilter
Simple interface for Field filtering.
- 
Method Summary
 
- 
Method Details
- 
accept
Should return true if the specified Field passes the filter.- Parameters:
 field- the Field to testvalue- the integer value of the field- Returns:
 - true if the Field is accepted
 
 
 -