svn commit: r13908 - trunk/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2007-12-11 12:03:46-0800
New Revision: 13908
Modified:
trunk/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java
Log:
Deprecated this - I am working on a replacement.
Modified: trunk/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java?view=diff&rev=13908&p1=trunk/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java&p2=trunk/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java&r1=13907&r2=13908
==============================================================================
--- trunk/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java (original)
+++ trunk/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java 2007-12-11 12:03:46-0800
@@ -93,6 +93,7 @@
*
* TODO: This shouldn't be public. Components desiring to
* inform the Explorer of changes should send events.
+ * @deprecated by mvw in V0.25.4. Use events instead.
*/
public void structureChanged() {
if (treeModel == null) {