From 1c5e38fe69ac8a6decbdd8abe93112f4e3369315 Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Fri, 30 Jan 2015 17:11:48 -0700 Subject: added source --- src/PointInvoker.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/PointInvoker.java (limited to 'src/PointInvoker.java') diff --git a/src/PointInvoker.java b/src/PointInvoker.java new file mode 100644 index 0000000..2b60d67 --- /dev/null +++ b/src/PointInvoker.java @@ -0,0 +1,11 @@ +import java.awt.Graphics; + +public abstract interface PointInvoker +{ + public abstract void drawPoint(Graphics paramGraphics, int paramInt1, int paramInt2); +} + +/* Location: Modulus.jar + * Qualified Name: PointInvoker + * JD-Core Version: 0.6.2 + */ \ No newline at end of file -- cgit