diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-18 23:01:21 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-18 23:01:21 +0000 |
| commit | 89c679eb813611a2ede208b4c8e27c7f596b3be7 (patch) | |
| tree | f44c19435286e78b9e8002990e1b55183a4fbc49 /sources/shared/DoCallback.java | |
| parent | 177f346a9bbe455dc12fd26dfa2c586585c28c1e (diff) | |
added copyright to header
Diffstat (limited to 'sources/shared/DoCallback.java')
| -rw-r--r-- | sources/shared/DoCallback.java | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sources/shared/DoCallback.java b/sources/shared/DoCallback.java index 7552a52..f7f5122 100644 --- a/sources/shared/DoCallback.java +++ b/sources/shared/DoCallback.java @@ -1,3 +1,7 @@ +/* NetCalendar 2006, 2009 (c) Dipl.-Inform. (FH) Paul C. Buetow + * http://netcalendar.buetow.org - netcalendar@dev.buetow.org + */ + package shared; /** @@ -6,5 +10,5 @@ package shared; * */ public interface DoCallback { - public void callback(Object o); + public void callback(Object o); } |
