Package org.jgrapes.core
Interface Channel.Default
- Enclosing interface:
Channel
This interface’s class can be used to specify the component’s
channel (see
Component.channel()
) as criterion in
handler annotations.Using the component’s channel for comparison is the default if no channels are specified in the annotation, so specifying only this class in the handler annotation is equivalent to specifying no channel at all. This special channel type is required if you want to specify a handler that handles events fired on the component’s channel or on additional channels.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jgrapes.core.Channel
Channel.Default
-
Field Summary
-
Method Summary
Methods inherited from interface org.jgrapes.core.Channel
isEligibleFor
Methods inherited from interface org.jgrapes.core.Eligible
defaultCriterion