use of nfc.sample.llcp.ui.ClientTextScreen in project Samples-for-Java by blackberry.
the class SendCommand method execute.
public void execute(ReadOnlyCommandMetadata metadata, Object context) {
synchronized (UiApplication.getUiApplication().getEventLock()) {
MainScreen screen = new ClientTextScreen();
UiApplication.getUiApplication().pushScreen(screen);
}
}
Aggregations