|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LazyPlugInFilter<E>
The idea is that you can call a plugin in both active and lazy mode.
How should this be instantiated?
There should be a constructor where Imageprocessor is set.
| Method Summary | |
|---|---|
ListStream<E> |
getStream()
Used when calling in lazy mode. |
java.lang.String |
getStreamName()
Maybe getStreamName would be better. |
void |
setStreamName(java.lang.String name)
Maybe setStreamName would be better. |
| Method Detail |
|---|
ListStream<E> getStream()
java.lang.String getStreamName()
void setStreamName(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||