public class CryptoConverterAdditionalAccountInfoListener
extends java.lang.Object
The listener interface for receiving cryptoConverterAdditionalAccountInfo events.
The class that is interested in processing a cryptoConverterAdditionalAccountInfo
event implements this interface, and the object created
with that class is registered with a component using the
component's addCryptoConverterAdditionalAccountInfoListener method. When
the cryptoConverterAdditionalAccountInfo event occurs, that object's appropriate
method is invoked.
- See Also:
CryptoConverterAdditionalAccountInfoEvent