public interface AgendaFilter
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Activation activation)
Determine if a given activation should be fired.
|
boolean accept(Activation activation)
activation
- The activation to fire.true
if the activation should be fired; otherwise
false
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.