/[fenfire]/fenfire/org/fenfire/view/buoy/BuoyNodeViewLinker.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/BuoyNodeViewLinker.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mudyc, Tue Mar 25 15:58:56 2003 UTC revision 1.2 by mudyc, Tue Apr 15 12:14:59 2003 UTC
# Line 3  Line 3 
3  package org.fenfire.view.buoy;  package org.fenfire.view.buoy;
4  import org.nongnu.libvob.*;  import org.nongnu.libvob.*;
5  import org.nongnu.libvob.buoy.*;  import org.nongnu.libvob.buoy.*;
 import com.hp.hpl.mesa.rdf.jena.model.*;  
6    
7  /** An interface for link-making callbacks of nodes.  /** An interface for link-making callbacks of nodes.
8   * This class can be used for node-node or node-other   * This class can be used for node-node or node-other
# Line 16  public interface BuoyNodeViewLinker { Line 15  public interface BuoyNodeViewLinker {
15       * use nodeType as the BuoyViewNodeType (usually       * use nodeType as the BuoyViewNodeType (usually
16       * it is just the BuoyAdaptor instance).       * it is just the BuoyAdaptor instance).
17       */       */
18      public void doLinks(RDFNode node, VobScene vs, int cs,      public void doLinks(Object node, VobScene vs, int cs,
19                   BuoyViewNodeType nodeType,                   BuoyViewNodeType nodeType,
20                   BuoyLinkListener l);                   BuoyLinkListener l);
21  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26