com.ibm.eNetwork.beans.HOD.event
Interface ConvertListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Converter

public interface ConvertListener
extends java.util.EventListener

Objects should implement this interface if they want to get information about codepage-to-codepage conversion. See Converter for more information


Method Summary
 void execute(ConvertEvent e)
          Called when a class implementing this listener should execute the conversion.
 

Method Detail

execute

public void execute(ConvertEvent e)
Called when a class implementing this listener should execute the conversion.
Parameters:
e - ConvertEvent object that contains attributes for the action