Uses of Interface
org.sentrysoftware.ipmi.core.api.async.IpmiResponseListener
Packages that use IpmiResponseListener
Package
Description
The asynchronous API.
The library's API.
For synchronous API see
For synchronous API see
org.sentrysoftware.ipmi.core.api.sync, for asynchronous API see org.sentrysoftware.ipmi.core.api.async-
Uses of IpmiResponseListener in org.sentrysoftware.ipmi.core.api.async
Methods in org.sentrysoftware.ipmi.core.api.async with parameters of type IpmiResponseListenerModifier and TypeMethodDescriptionvoidIpmiAsyncConnector.registerListener(IpmiResponseListener listener) Registers the listener so it will be notified of incoming messages.voidIpmiAsyncConnector.unregisterListener(IpmiResponseListener listener) Unregisters the listener so it will no longer receive notifications of received answers. -
Uses of IpmiResponseListener in org.sentrysoftware.ipmi.core.api.sync
Classes in org.sentrysoftware.ipmi.core.api.sync that implement IpmiResponseListenerModifier and TypeClassDescriptionclassListens to theIpmiAsyncConnectorwaiting for concrete message to arrive.