|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommPortOwnershipListener
This interface is used to receive notifications of communications port ownership events.
| Field Summary | |
|---|---|
static int |
PORT_OWNED
The port changed to the owned state. |
static int |
PORT_OWNERSHIP_REQUESTED
The port is already owned, and another application is requesting ownership. |
static int |
PORT_UNOWNED
The port changed to the unowned state. |
| Method Summary | |
|---|---|
void |
ownershipChange(int type)
Notifies this listener of an ownership change event. |
| Field Detail |
|---|
static final int PORT_OWNED
static final int PORT_UNOWNED
static final int PORT_OWNERSHIP_REQUESTED
| Method Detail |
|---|
void ownershipChange(int type)
type - one of PORT_OWNED, PORT_UNOWNED, or
PORT_OWNERSHIP_REQUESTED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||