Class AbstractSpawnable
- java.lang.Object
-
- com.santaba.agent.groovyapi.expect.expectj.AbstractSpawnable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.santaba.agent.groovyapi.expect.expectj.Spawnable
Spawnable.CloseListener
-
-
Constructor Summary
Constructors Constructor Description AbstractSpawnable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
onClose()
Call the close listener if we have one.void
setCloseListener(Spawnable.CloseListener closeListener)
Set close listener
-
-
-
Method Detail
-
setCloseListener
public void setCloseListener(Spawnable.CloseListener closeListener)
Set close listener- Specified by:
setCloseListener
in interfaceSpawnable
- Parameters:
closeListener
- The listener that will be notified when this
-
onClose
protected final void onClose()
Call the close listener if we have one.
-
-