rcs.nml
Class NML_DISPLAY

java.lang.Object
rcs.nml.NMLmsg
rcs.nml.NML_DISPLAY
- All Implemented Interfaces:
- java.lang.Cloneable
- public class NML_DISPLAY
- extends NMLmsg
|
Method Summary |
void |
update(NMLFormatConverter nml_fc)
This function should be overloaded to provide a function
that will convert this message to a nuetral format that can
be used, by many different types of hosts. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
display
public byte[] display
NML_DISPLAY
public NML_DISPLAY()
update
public void update(NMLFormatConverter nml_fc)
- Description copied from class:
NMLmsg
- This function should be overloaded to provide a function
that will convert this message to a nuetral format that can
be used, by many different types of hosts.
- Overrides:
update in class NMLmsg