public interface IpmiListener
IpmiAsyncConnector
.Modifier and Type | Method and Description |
---|---|
void |
notify(IpmiResponse response)
Notifies listener of action that occurred.
|
void notify(IpmiResponse response)
response
- - IpmiResponse
being notified IpmiResponseData
if answer for request arrived, IpmiError
if delivery failed.