|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFilter
Filter a block on runner.
| Method Summary | |
|---|---|
boolean |
accept(IBlock block)
Check if a given block is accepted. |
void |
initialize(IContext context)
Inicialize filter. |
boolean |
showMessage(IBlock block)
Indicates to show message if not accepted. |
| Method Detail |
|---|
void initialize(IContext context)
context - The context.boolean accept(IBlock block)
block - The block to test.
true, if block is accepted, false,
otherwise.boolean showMessage(IBlock block)
block - The block.
true, if block must show message, false
, otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||