Package org.xwiki.observation.remote
Interface RemoteObservationManagerContext
-
@Role public interface RemoteObservationManagerContext
Provide informations about the event in the current thread.- Since:
- 2.0M3
- Version:
- $Id: 76e8a49f717e561fb83a8eecec0086c5584d0538 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRemoteState()
void
popRemoteState()
Set the remote state to false.void
pushRemoteState()
Set the remote state to true.
-