SalesPoint Framework v3.0

users.swing
Interface UserFilter


public interface UserFilter

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

Hooks:
Define User Filter
Since:
v2.0
See Also:
UserListModel, User
Source Code:
UserFilter.java

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

Method Detail

match

public 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.
Override:
Always.
Hooks:
Define User Filter
See Also:
UserListModel, User

SalesPoint Framework v3.0