Examples of BrainTrackingEvent


Examples of de.dfki.km.text20.services.trackingdevices.brain.BrainTrackingEvent

        @Override
        public void newTrackingEvent(final TrackingEvent e) {
            // Sometimes null events might occur. Filter them.
            if (e == null) return;

            final BrainTrackingEvent event = new BrainTrackingEvent() {

                /* (non-Javadoc)
                 * @see de.dfki.km.text20.services.braintrackingdevices.BrainTrackingEvent#getEventTime()
                 */
                @Override
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.