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
Version:
2.0 22/07/1999
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

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