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

subclasses —
CompoundFilter, SimpleFilter

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.

n —
the notification that is to be matched

returns —
true if the notification matches the Filter object; otherwise false

clone

public abstract Filter clone()

Constructs a clone of this object.