SalesPoint v3.3 API

users.swing
Interface UserFilter

All Superinterfaces:
Serializable

public interface UserFilter
extends Serializable

A Filter function that takes Users and returns a boolean value.

Since:
v2.0
Author:
Steffen Zschaler
See Also:
UserListModel, User

Method Summary
 boolean match(User u)
          A Filter function that takes Users and returns a boolean value.
 

Method Detail

match

boolean match(User u)
A Filter function that takes Users and returns a boolean value. The function must return true if a User is to be displayed.

See Also:
UserListModel, User
Override:
Always

SalesPoint v3.3 API