com.sdm.quasar.client.core.common
Interface Acceptor
- public interface Acceptor
A basic interface to devide Objects
to accepted and not accepted ones.
Note: In a general an Acceptor map object to boolean.
- Author:
- Thomas Wolf
|
Method Summary |
boolean |
isObjectAccepted(java.lang.Object obj)
Returns true, if the given Object is accepted. |
isObjectAccepted
public boolean isObjectAccepted(java.lang.Object obj)
- Returns
true, if the given Object is accepted.
- Parameters:
obj - the Object to be checked for acceptance