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