Uses of Interface
gnu.io.CommPortOwnershipListener

Packages that use CommPortOwnershipListener
gnu.io   
serialPort.beans   
 

Uses of CommPortOwnershipListener in gnu.io
 

Methods in gnu.io with parameters of type CommPortOwnershipListener
 void CommPortIdentifier.addPortOwnershipListener(CommPortOwnershipListener c)
           
 void CommPortIdentifierInterface.addPortOwnershipListener(CommPortOwnershipListener listener)
          Adds the specified listener to the list of ownership listeners for this port.
 void CommPortIdentifier.removePortOwnershipListener(CommPortOwnershipListener c)
           
 void CommPortIdentifierInterface.removePortOwnershipListener(CommPortOwnershipListener listener)
          Removes the specified listener from the list of ownership listeners for this port.
 

Uses of CommPortOwnershipListener in serialPort.beans
 

Classes in serialPort.beans that implement CommPortOwnershipListener
 class CommPortOwnershipBean