diff options
Diffstat (limited to 'NET/worlds/console/ImageButtonsCallback.java')
| -rw-r--r-- | NET/worlds/console/ImageButtonsCallback.java | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/NET/worlds/console/ImageButtonsCallback.java b/NET/worlds/console/ImageButtonsCallback.java new file mode 100644 index 0000000..c811e26 --- /dev/null +++ b/NET/worlds/console/ImageButtonsCallback.java @@ -0,0 +1,14 @@ +package NET.worlds.console; + +import java.awt.Component; + +public abstract interface ImageButtonsCallback +{ + public abstract Object imageButtonsCallback(Component paramComponent, int paramInt); +} + + +/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\console\ImageButtonsCallback.class + * Java compiler version: 6 (50.0) + * JD-Core Version: 0.7.1 + */
\ No newline at end of file |