wt.ixb.clientAccess
Class ExpImpUpdateMsg
java.lang.Object
wt.ixb.clientAccess.ExpImpUpdateMsg
- All Implemented Interfaces:
- Externalizable, MethodFeedback, Serializable
- public class ExpImpUpdateMsg
- extends Object
- implements MethodFeedback, Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXP_IMP_FEEDBACK
public static final String EXP_IMP_FEEDBACK
- See Also:
- Constant Field Values
msg
private String msg
clGuiId
private String clGuiId
ExpImpUpdateMsg
public ExpImpUpdateMsg(String localizedMsg,
String clientGuiId)
ExpImpUpdateMsg
public ExpImpUpdateMsg()
execute
public void execute()
- Description copied from interface:
MethodFeedback
- Supported API: true
- Specified by:
execute
in interface MethodFeedback
readExternal
public void readExternal(ObjectInput input_stream)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput output_stream)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException