|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.refractions.udig.ui.operations.LazyOpFilter
public class LazyOpFilter
A non-blocking version of the LazyOpFilter. Returns false first then calculates whether it is in fact false or true in a seperate thread and notifies the listeners of the actual state.
| Field Summary |
|---|
| Fields inherited from interface net.refractions.udig.ui.operations.OpFilter |
|---|
FALSE, TRUE |
| Constructor Summary | |
|---|---|
LazyOpFilter(ILazyOpListener listener,
OpFilter opFilter)
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.lang.Object object)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LazyOpFilter(ILazyOpListener listener,
OpFilter opFilter)
| Method Detail |
|---|
public boolean accept(java.lang.Object object)
accept in interface OpFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||