public interface IRemoteFilter
Modifier and Type | Interface and Description |
---|---|
static class |
IRemoteFilter.AlwaysFilter
A filter that always returns true.
|
static class |
IRemoteFilter.NeverFilter
A filter that always returns false.
|
Modifier and Type | Field and Description |
---|---|
static IRemoteFilter |
ALWAYS
A filter that always returns true.
|
static IRemoteFilter |
NEVER
A filter that always returns false.
|
static final IRemoteFilter ALWAYS
static final IRemoteFilter NEVER
Copyright © 2012. All Rights Reserved.