zeventinterface.java

来自「ZDrive Driving Warning System」· Java 代码 · 共 21 行

JAVA
21
字号
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package zdrive.protocols;/** * * @author Mohamed Aly */public interface ZEventInterface {    public double getVelocity();    public double getRemainingDistance();    public double getTotalDistance();    public int getEvent();    public String getDirection();    public boolean isCompleted();    }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?