|
PreCache NetInjector Documentation Center : PreCache NetInjector API Reference Java Classes |
|
|
|
Filter an abstract class for attribute filters Class Filter is the base class for all attribute filters. Hierarchy java.lang.Object --> com.precache.event.Filter
Constructor public Filter() Methods Filter inherits clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, and wait from class java.lang.Object. match public abstract boolean match( Notification n) Verifies whether a notification object matches the Filter object.
clone public abstract Filter clone() Constructs a clone of this object. |
|