org.xwiki.observation
Interface ObservationContext


@Role
public interface ObservationContext

Allow to get observation related informations from execution context.

Since:
3.2M1
Version:
$Id: 976374567bf58294991634992413fcd5f6206bd1 $

Method Summary
 boolean isIn(BeginEvent event)
          Indicate if the provided begin event is still in the current event stack.
 

Method Detail

isIn

boolean isIn(BeginEvent event)
Indicate if the provided begin event is still in the current event stack.

Parameters:
event - the event
Returns:
true of provided event is found in current events list


Copyright © 2004-2013 XWiki. All Rights Reserved.