diff options
Diffstat (limited to 'java/src/Ice/PluginFactory.java')
-rw-r--r-- | java/src/Ice/PluginFactory.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/java/src/Ice/PluginFactory.java b/java/src/Ice/PluginFactory.java new file mode 100644 index 00000000000..54715edd0f9 --- /dev/null +++ b/java/src/Ice/PluginFactory.java @@ -0,0 +1,16 @@ +// ********************************************************************** +// +// Copyright (c) 2002 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +package Ice; + +public interface PluginFactory +{ + Plugin create(Communicator communicator, String name, String[] args); +} |