1.0.0

javax.comm
Interface CommPortOwnershipListener

All Superinterfaces:
java.util.EventListener

public interface CommPortOwnershipListener
extends java.util.EventListener

Version:
1.0.0

Field Summary
static int PORT_OWNED
          Define the port owned (int) constant.
static int PORT_OWNERSHIP_REQUESTED
          Define the port ownership requested (int) constant.
static int PORT_UNOWNED
          Define the port unowned (int) constant.
 
Method Summary
 void ownershipChange(int type)
          Ownership change with the specified type parameter.
 

Field Detail

PORT_OWNED

static final int PORT_OWNED
Define the port owned (int) constant.

See Also:
Constant Field Values

PORT_UNOWNED

static final int PORT_UNOWNED
Define the port unowned (int) constant.

See Also:
Constant Field Values

PORT_OWNERSHIP_REQUESTED

static final int PORT_OWNERSHIP_REQUESTED
Define the port ownership requested (int) constant.

See Also:
Constant Field Values
Method Detail

ownershipChange

void ownershipChange(int type)
Ownership change with the specified type parameter.

Parameters:
type - The type (int) parameter.

1.0.0

Copyright (c) 1999, 2007 IBM