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