All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.eNetwork.beans.HOD.event.ConvertListener
- public interface ConvertListener
- extends EventListener
Objects should implement this interface if they want to get an information
about codepage-to-codepage conversion. This interface is implemented
by Converter bean.
- See Also:
- Converter
-
execute(ConvertEvent)
- Called when a custom action listener should execute the conversion.
execute
public abstract void execute(ConvertEvent e)
- Called when a custom action listener should execute the conversion.
- Parameters:
- e - ConvertEvent object that contains attributes on the action
All Packages Class Hierarchy This Package Previous Next Index