portcomms
Class PortOwner.MyResolver

java.lang.Object
  extended by portcomms.PortOwner.MyResolver
All Implemented Interfaces:
gnu.io.CommPortOwnershipListener, java.util.EventListener
Enclosing class:
PortOwner

 class PortOwner.MyResolver
extends java.lang.Object
implements gnu.io.CommPortOwnershipListener

An inner class that handles the ports conflict resolution.


Field Summary
protected  boolean owned
           
 
Fields inherited from interface gnu.io.CommPortOwnershipListener
PORT_OWNED, PORT_OWNERSHIP_REQUESTED, PORT_UNOWNED
 
Constructor Summary
PortOwner.MyResolver()
           
 
Method Summary
 void ownershipChange(int whaHoppen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owned

protected boolean owned
Constructor Detail

PortOwner.MyResolver

PortOwner.MyResolver()
Method Detail

ownershipChange

public void ownershipChange(int whaHoppen)
Specified by:
ownershipChange in interface gnu.io.CommPortOwnershipListener