com.ibm.eNetwork.beans.HOD.event
Class ConvertEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.eNetwork.beans.HOD.event.HODEvent
              |
              +--com.ibm.eNetwork.beans.HOD.event.ConvertEvent
All Implemented Interfaces:
java.io.Serializable

public class ConvertEvent
extends com.ibm.eNetwork.beans.HOD.event.HODEvent

Event fired to objects implementing ConvertListener interface. The event is used to pass parameters to Codepage Converter and to initiate start of conversion. See Converter for more information/

See Also:
Serialized Form

Constructor Summary
ConvertEvent(java.lang.Object argSrc, ActInfo arg)
          Constructs a working instance of a ConvertEvent object.
 
Method Summary
 ActInfo getActInfo()
          Gets conversion attributes as an instance of ActInfo class
 void setActInfo(ActInfo arg)
          Sets conversion attributes.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConvertEvent

public ConvertEvent(java.lang.Object argSrc,
                    ActInfo arg)
Constructs a working instance of a ConvertEvent object.
Parameters:
argSrc - bean object that is the owner of the event
arg - instance of ActInfo class containing the conversion attributes
See Also:
ActInfo
Method Detail

setActInfo

public void setActInfo(ActInfo arg)
Sets conversion attributes. The attributes are passed with an instance of ActInfo class
Parameters:
arg - an instance of ActInfo class
See Also:
ActInfo

getActInfo

public ActInfo getActInfo()
Gets conversion attributes as an instance of ActInfo class
Returns:
an instance of ActInfo class
See Also:
ActInfo