Package gnu.io

Class SerialPortEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerialPortEvent
    extends java.util.EventObject
    Since:
    JDK1.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BI  
      static int CD  
      static int CTS  
      static int DATA_AVAILABLE  
      static int DSR  
      static int FE  
      static int HARDWARE_ERROR  
      static int OE  
      static int OUTPUT_BUFFER_EMPTY  
      static int PE  
      static int RI  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      SerialPortEvent​(SerialPort srcport, int eventtype, boolean oldvalue, boolean newvalue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEventType()  
      boolean getNewValue()  
      boolean getOldValue()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait