public static interface SessionBridge.SessionChanger
DebuggerServiceRegistration
annotation.Modifier and Type | Method and Description |
---|---|
Session |
changeSuggested(Session origin,
String action,
Map<Object,Object> properties)
Called when a session suggests a session change for an action.
|
Set<String> |
getActions()
Provide the set of actions that are handled by this implementation.
|
Set<String> getActions()
Session changeSuggested(Session origin, String action, Map<Object,Object> properties)
origin
- The session suggesting the session changeaction
- The action, a constant from ActionsManager.Action_*properties
- Session-specific properties describing the state
right before the given action. These are used by a new session
to complete the given action.null
when this handler decides
not to change the debug session for this action.