fenfire-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff-cvs] fenfire/org/fenfire/view DispatchingNodeView.java


From: Matti Katila
Subject: [ff-cvs] fenfire/org/fenfire/view DispatchingNodeView.java
Date: Mon, 18 Aug 2003 05:50:50 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/18 05:50:50

Modified files:
        org/fenfire/view: DispatchingNodeView.java 

Log message:
        pure nodefunction

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/view/DispatchingNodeView.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/view/DispatchingNodeView.java
diff -u fenfire/org/fenfire/view/DispatchingNodeView.java:1.1 
fenfire/org/fenfire/view/DispatchingNodeView.java:1.2
--- fenfire/org/fenfire/view/DispatchingNodeView.java:1.1       Fri Apr 25 
11:57:07 2003
+++ fenfire/org/fenfire/view/DispatchingNodeView.java   Mon Aug 18 05:50:50 2003
@@ -34,13 +34,13 @@
 /** A node view dispatching to different other
  *  node views depending on a node content's type.
  */
-public class DispatchingNodeView implements NodeFunction {
+public class DispatchingNodeView implements PureNodeFunction {
 
     final NodeFunction nodeContent;
     final NodeFunction textView, pageView;
 
     public DispatchingNodeView(NodeFunction nodeContent,
-                              NodeFunction textView,
+                              PureNodeFunction textView,
                               NodeFunction pageView) {
        this.nodeContent = nodeContent;
        this.textView = textView;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]