public interface OperationListener
Modifier and Type | Method and Description |
---|---|
void |
cancelled()
Invoked when a suspend operation is cancelled
|
void |
complete()
Invoked when a suspend operation is complete
|
void |
suspendStarted()
Invoked when a suspend operation is started.
|
void |
timeout()
Invoked when a suspend operation times out.
|
void suspendStarted()
void complete()
void cancelled()
void timeout()
Copyright © 2023 JBoss by Red Hat. All rights reserved.