summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/NodeObserverI.java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-09-04 19:42:16 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-09-04 19:42:16 +0000
commite4eba4680b2058554bfc74d2983ba06f0b8c379e (patch)
tree0c0c09209cc0786df6546eb605abd7a0b6adade3 /java/src/IceGridGUI/NodeObserverI.java
parentImproved observers, refactored topic manager and initialization Added (diff)
downloadice-e4eba4680b2058554bfc74d2983ba06f0b8c379e.tar.bz2
ice-e4eba4680b2058554bfc74d2983ba06f0b8c379e.tar.xz
ice-e4eba4680b2058554bfc74d2983ba06f0b8c379e.zip
Added application/adapter/object observers
Diffstat (limited to 'java/src/IceGridGUI/NodeObserverI.java')
-rwxr-xr-xjava/src/IceGridGUI/NodeObserverI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/NodeObserverI.java b/java/src/IceGridGUI/NodeObserverI.java
index e15edb30860..98c16e66e38 100755
--- a/java/src/IceGridGUI/NodeObserverI.java
+++ b/java/src/IceGridGUI/NodeObserverI.java
@@ -18,7 +18,7 @@ class NodeObserverI extends _NodeObserverDisp
_coordinator = coordinator;
}
- public void init(final NodeDynamicInfo[] nodes, Ice.Current current)
+ public void nodeInit(final NodeDynamicInfo[] nodes, Ice.Current current)
{
SwingUtilities.invokeLater(new Runnable()
{