Package org.xwiki.observation
Interface ObservationContext
Allow to get observation related information from the execution context.
- Since:
- 3.2M1
- Version:
- $Id: 78fa74163d7ed8deefc08f3f5fa6b6ff0afebf3e $
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisIn(BeginEvent event) Indicates if the provided begin event is still in the current event stack.
-
Method Details
-
isIn
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
-