|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.io.nfc.emulation.VirtualTarget
public abstract class VirtualTarget
Abstract base class for all NFC emulation targets.
| Constructor Summary | ||
|---|---|---|
VirtualTarget()
Default constructor |
||
| Method Summary | ||
|---|---|---|
abstract boolean |
isEmulating()
Indicates whether this target is currently active. |
|
abstract void |
startEmulation()
Starts target emulation. |
|
abstract void |
stopEmulation()
Stops target emulation. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VirtualTarget()
| Method Detail |
|---|
public abstract void startEmulation()
throws NFCException
NFCException - When emulation cannot be started.
public abstract void stopEmulation()
throws NFCException
NFCException - When emulation cannot be stopped.
public abstract boolean isEmulating()
throws NFCException
true if target emulation has begun; otherwise
false.
NFCException - If a problem occurs while checking emulation status.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal