Knopflerfish OSGi 3.0.0

gnu.io
Interface CommPortOwnershipListener

All Superinterfaces:
java.util.EventListener

public interface CommPortOwnershipListener
extends java.util.EventListener

Since:
JDK1.0
Version:
%I%, %G%
Author:
Trent Jarvi

Field Summary
static int PORT_OWNED
           
static int PORT_OWNERSHIP_REQUESTED
           
static int PORT_UNOWNED
           
 
Method Summary
 void ownershipChange(int type)
           
 

Field Detail

PORT_OWNED

static final int PORT_OWNED
See Also:
Constant Field Values

PORT_UNOWNED

static final int PORT_UNOWNED
See Also:
Constant Field Values

PORT_OWNERSHIP_REQUESTED

static final int PORT_OWNERSHIP_REQUESTED
See Also:
Constant Field Values
Method Detail

ownershipChange

void ownershipChange(int type)

Knopflerfish OSGi 3.0.0