jfcmacro

Interface de sincronización

Mar 28th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. public interface ISync {
  2.     public void entrar();
  3.     public void salir();
  4.     public int obtContador();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment