Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package javaapplication29;
- /**
- *
- * @author fmi
- */
- public interface VehicleInterface {
- public String pushBreak();
- public String pushClutch();
- public String pushAxelerate();
- public String turnWeel();
- public String shiftGear();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement