ipe.setHandleIdentifier(handle);
return handle;
}
+
+ public boolean dependsOnLocation() {
+ // handles contain information from the source location therefore
+ // return true;
+ return true;
+ }
+
+ public void initialize() {
+ // nothing to initialize...
+ }
}
ipe.setHandleIdentifier(handle);
return handle;
}
+
+ public boolean dependsOnLocation() {
+ // handles contain information from the source location therefore
+ // return true;
+ return true;
+ }
+
+ public void initialize() {
+ // nothing to initialize
+ }
}