Interface PatternExtractor<P,​V>

Type Parameters:
P - The type pattern to match against
V - The type of the value to extract if the pattern is matched
All Superinterfaces:
Cloneable, KompicsEvent

public interface PatternExtractor<P,​V>
extends KompicsEvent
This interface must be implemented by classes that act as context for MatchedHandlers.
Author:
Lars Kroll <[email protected]>