JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
jMonkeyEngine 3.4.0-beta3 jme3-networking
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.jme3.network
Interface Filter<T>
All Known Implementing Classes:
DefaultServer.FilterAdapter
public interface
Filter<T>
Determines a true or false value for a given input.
Author:
Paul Speed
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
apply
(
T
input)
Returns true if the specified input is accepted by this filter.
Method Detail
apply
boolean apply(
T
input)
Returns true if the specified input is accepted by this filter.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
jMonkeyEngine 3.4.0-beta3 jme3-networking
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method