summaryrefslogtreecommitdiff
path: root/java/src/Ice/ThreadNotification.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/ThreadNotification.java')
-rw-r--r--java/src/Ice/ThreadNotification.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/src/Ice/ThreadNotification.java b/java/src/Ice/ThreadNotification.java
new file mode 100644
index 00000000000..9d11a72a4fb
--- /dev/null
+++ b/java/src/Ice/ThreadNotification.java
@@ -0,0 +1,16 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+package Ice;
+
+public interface ThreadNotification
+{
+ void start();
+ void stop();
+}