Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2967 - development/main/depot/prefs/src/main/net/dpml/depot/prefs

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2967 - development/main/depot/prefs/src/main/net/dpml/depot/prefs
  • Date: Mon, 04 Jul 2005 19:34:00 -0400

Author: mcconnell AT dpml.net
Date: Mon Jul 4 19:34:00 2005
New Revision: 2967

Modified:

development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheTableModel.java
Log:
update refs to cache listener

Modified:
development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheTableModel.java
==============================================================================
---
development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheTableModel.java
(original)
+++
development/main/depot/prefs/src/main/net/dpml/depot/prefs/CacheTableModel.java
Mon Jul 4 19:34:00 2005
@@ -26,7 +26,7 @@
import javax.swing.table.AbstractTableModel;

import net.dpml.transit.Transit;
-import net.dpml.transit.model.FileChangeEvent;
+import net.dpml.transit.model.CacheDirectoryChangeEvent;
import net.dpml.transit.model.HostModel;
import net.dpml.transit.model.CacheEvent;
import net.dpml.transit.model.CacheListener;
@@ -125,7 +125,7 @@
* Notify the listener of a change to the cache directory.
* @param event the cache directory change event
*/
- public void cacheDirectoryChanged( FileChangeEvent event )
+ public void cacheDirectoryChanged( CacheDirectoryChangeEvent event )
{
// ignore
}



  • svn commit: r2967 - development/main/depot/prefs/src/main/net/dpml/depot/prefs, mcconnell, 07/04/2005

Archive powered by MHonArc 2.6.24.

Top of Page