Package org.jboss.errai.ui.cordova.events.touch.longtap

Examples of org.jboss.errai.ui.cordova.events.touch.longtap.LongTapHandler


    }

    @PostConstruct
    public void init() {
      final GestureUtility gestureUtility = new GestureUtility(this);
      gestureUtility.addLongTapHandler(new LongTapHandler() {
        @Override
        public void onLongTap(LongTapEvent event) {
          switchMode();
        }
      });
View Full Code Here

TOP

Related Classes of org.jboss.errai.ui.cordova.events.touch.longtap.LongTapHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.