org.xwiki.observation
Interface ObservationContext


@Role
public interface ObservationContext

Allow to get observation related information from the execution context.

Since:
3.2M1
Version:
$Id: eed36c909d740e27e104be6ea7b7a7c5407ea75a $

Method Summary
 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


Copyright © 2004–2014 XWiki. All rights reserved.