public interface IBlockFilter
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2016. All rights reserved.