Package org.xwiki.observation
Interface ObservationContext
-
@Role public interface ObservationContext
Allow to get observation related information from the execution context.- Since:
- 3.2M1
- Version:
- $Id: 78fa74163d7ed8deefc08f3f5fa6b6ff0afebf3e $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isIn(BeginEvent event)
Indicates if the provided begin event is still in the current event stack.
-
-
-
Method Detail
-
isIn
boolean isIn(BeginEvent event)
Indicates if the provided begin event is still in the current event stack.- Parameters:
event
- the event to check- Returns:
- true if the provided event is found in the current event stack
-
-