public interface ProcessStartListener
ManagedProcess
instances.Modifier and Type | Method and Description |
---|---|
void |
processStarted(ProcessManagerMBean processManager)
Invoked to indicate a
ManagedProcess was started. |
void processStarted(ProcessManagerMBean processManager) throws IOException
ManagedProcess
was started.processManager
- ProcessManagerMBean
for the ManagedProcess
.IOException
- Allow propagating issues with ProcessManagerMBean
.Copyright © 2005–2016. All rights reserved.