Interface IContext
- All Known Implementing Classes:
GenericContext
,UnknownContext
public interface IContext
The class that determines weather event should be processed or not.
Is calculated by the
ContextManager
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines weather event should be processed or not.
-
Method Details
-
isAllowed
Determines weather event should be processed or not.- Parameters:
event
- is an event to test- Returns:
- true if event is allowed by the actual context and false otherwise
-