public class DebugListenerBinding extends DebugBinding
Modifier and Type | Field and Description |
---|---|
(package private) DebugListener |
_debugListener |
_targets
Constructor and Description |
---|
DebugListenerBinding() |
DebugListenerBinding(DebugListener debugListener) |
Modifier and Type | Method and Description |
---|---|
DebugListener |
getDebugListener() |
void |
processBinding(Node node,
App app)
Event called to process a
AppLifeCycle binding. |
getBindingTargets
final DebugListener _debugListener
public DebugListenerBinding()
public DebugListenerBinding(DebugListener debugListener)
public DebugListener getDebugListener()
public void processBinding(Node node, App app) throws java.lang.Exception
AppLifeCycle.Binding
AppLifeCycle
binding.processBinding
in interface AppLifeCycle.Binding
processBinding
in class DebugBinding
node
- the node being processedapp
- the app being processedjava.lang.Exception
- if any problem severe enough to halt the AppLifeCycle processing