gnu.io

Interface CommPortOwnershipListener

All Superinterfaces:
EventListener

public interface CommPortOwnershipListener
extends EventListener

Since:
JDK1.0

Field Summary

static int
PORT_OWNED
static int
PORT_OWNERSHIP_REQUESTED
static int
PORT_UNOWNED

Method Summary

abstract void
ownershipChange(int type)

Field Details

PORT_OWNED

public static final int PORT_OWNED
Field Value:
1

PORT_OWNERSHIP_REQUESTED

public static final int PORT_OWNERSHIP_REQUESTED
Field Value:
3

PORT_UNOWNED

public static final int PORT_UNOWNED
Field Value:
2

Method Details

ownershipChange

public abstract void ownershipChange(int type)