public interface IMethodSelectorContext
Created on Jan 3, 2007
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Object> |
getUserData() |
boolean |
isStopped() |
void |
setStopped(boolean stopped)
Indicate that no other Method Selectors should be invoked after the current one if stopped is
false.
|
boolean isStopped()
void setStopped(boolean stopped)
stopped - The valueCopyright © 2025. All rights reserved.