serialPort.beans
Class CommPortOwnershipBean

java.lang.Object
  extended by serialPort.beans.CommPortOwnershipBean
All Implemented Interfaces:
CommPortOwnershipListener, java.io.Serializable, java.util.EventListener

public class CommPortOwnershipBean
extends java.lang.Object
implements java.io.Serializable, CommPortOwnershipListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface gnu.io.CommPortOwnershipListener
PORT_OWNED, PORT_OWNERSHIP_REQUESTED, PORT_UNOWNED
 
Constructor Summary
CommPortOwnershipBean()
           
 
Method Summary
 CommPortIdentifierInterface getCommPortIdentifier()
           
 void ownershipChange(int i)
           
 void setCommPortIdentifier(CommPortIdentifierInterface commPortIdentifier)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommPortOwnershipBean

public CommPortOwnershipBean()
Method Detail

ownershipChange

public void ownershipChange(int i)
Specified by:
ownershipChange in interface CommPortOwnershipListener

getCommPortIdentifier

public CommPortIdentifierInterface getCommPortIdentifier()

setCommPortIdentifier

public void setCommPortIdentifier(CommPortIdentifierInterface commPortIdentifier)