diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-18 17:33:22 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-18 17:33:22 +0000 |
| commit | 4722100cba287b164957c658c2e035783e20c963 (patch) | |
| tree | 35733fd3e50aeeb493e38ceaea83521a4710f0ac /shared/DoCallback.java | |
| parent | 61f7175cc3e51c0afaf63e380d03824a77464ba8 (diff) | |
moved sources
Diffstat (limited to 'shared/DoCallback.java')
| -rw-r--r-- | shared/DoCallback.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shared/DoCallback.java b/shared/DoCallback.java deleted file mode 100644 index 7552a52..0000000 --- a/shared/DoCallback.java +++ /dev/null @@ -1,10 +0,0 @@ -package shared; - -/** - * This interface specifies a callback routine. - * @author buetow - * - */ -public interface DoCallback { - public void callback(Object o); -} |
