Examples of FixationLineEvent


Examples of de.dfki.km.text20.services.evaluators.gaze.listenertypes.fixationline.FixationLineEvent

    private void dispatch(final FixationLineEventType type) {
        final FixationLine line = this.currentFixationLine;

        final long time = FixationLineHandler4.this.currentTime;

        callListener(new FixationLineEvent() {

            @Override
            public FixationLineEventType getEventType() {
                return type;
            }
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.