Package com.macrofocus.filter
Class AbstractFilterEvent<E>
- java.lang.Object
-
- com.macrofocus.filter.AbstractFilterEvent<E>
-
- All Implemented Interfaces:
FilterEvent<E>
- Direct Known Subclasses:
SimpleFilterEvent
public abstract class AbstractFilterEvent<E> extends java.lang.Object implements FilterEvent<E>
-
-
Constructor Summary
Constructors Constructor Description AbstractFilterEvent()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.filter.FilterEvent
getFiltered, getModel, getUnfiltered
-
-