You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2006/07/10 22:11:45 UTC

svn commit: r420625 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/awt/viewer/StatusListener.java

Author: jeremias
Date: Mon Jul 10 13:11:44 2006
New Revision: 420625

URL: http://svn.apache.org/viewvc?rev=420625&view=rev
Log:
Bugzilla #39709:
Forgot the new trivial interface.

Added:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/render/awt/viewer/StatusListener.java   (with props)

Added: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/awt/viewer/StatusListener.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/awt/viewer/StatusListener.java?rev=420625&view=auto
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/awt/viewer/StatusListener.java (added)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/awt/viewer/StatusListener.java Mon Jul 10 13:11:44 2006
@@ -0,0 +1,33 @@
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/* $Id$ */
+
+package org.apache.fop.render.awt.viewer;
+
+/**
+ * Listener interface used by the PreviewDialog.
+ */
+public interface StatusListener {
+
+    /** Called when a page has been renderered. */
+    void notifyPageRendered();
+    
+    /** Called when the renderer has stopped. */
+    void notifyRendererStopped();
+    
+}
+

Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/awt/viewer/StatusListener.java
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org