us.ihmc.utilities.listeners.messages
Class ResetLineMessage
java.lang.Object
us.ihmc.utilities.listeners.messages.ResetLineMessage
- All Implemented Interfaces:
- java.io.Serializable, ListenerMessage
public class ResetLineMessage
- extends java.lang.Object
- implements ListenerMessage
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResetLineMessage
public ResetLineMessage(java.lang.String key)
streamOutData
public void streamOutData(java.io.DataOutputStream dataOutputStream)
throws java.io.IOException
- Specified by:
streamOutData
in interface ListenerMessage
- Throws:
java.io.IOException
streamInData
public void streamInData(java.io.DataInputStream dataInputStream)
throws java.io.IOException
- Specified by:
streamInData
in interface ListenerMessage
- Throws:
java.io.IOException
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface ListenerMessage
getTypeLabel
public static java.lang.String getTypeLabel()
streamInIfLabelMatch
public static ResetLineMessage streamInIfLabelMatch(java.lang.String label,
java.io.DataInputStream dataInputStream)
throws java.io.IOException
- Throws:
java.io.IOException
executeIfLabelMatch
public static boolean executeIfLabelMatch(java.lang.String label,
java.io.DataInputStream dataInputStream,
Listener3D listener3D)
throws java.io.IOException
- Throws:
java.io.IOException