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 /sources/shared/DoCallback.java | |
| parent | 61f7175cc3e51c0afaf63e380d03824a77464ba8 (diff) | |
moved sources
Diffstat (limited to 'sources/shared/DoCallback.java')
| -rw-r--r-- | sources/shared/DoCallback.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/shared/DoCallback.java b/sources/shared/DoCallback.java new file mode 100644 index 0000000..7552a52 --- /dev/null +++ b/sources/shared/DoCallback.java @@ -0,0 +1,10 @@ +package shared; + +/** + * This interface specifies a callback routine. + * @author buetow + * + */ +public interface DoCallback { + public void callback(Object o); +} |
