Skip to content

Instantly share code, notes, and snippets.

@arjunsk
Created August 17, 2018 18:18
Show Gist options
  • Save arjunsk/f3f53d7f3a737e52a2d041677e803c16 to your computer and use it in GitHub Desktop.
Save arjunsk/f3f53d7f3a737e52a2d041677e803c16 to your computer and use it in GitHub Desktop.
package products;
public interface IPrinter {
public void print(String data);
public boolean stop();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment