Uses of Interface
comm.CommPortOwnershipListener

Packages that use CommPortOwnershipListener
comm   
 

Uses of CommPortOwnershipListener in comm
 

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