source: other-projects/trunk/realistic-books/packages/AntInstaller/web/java2html/antinstaller/org/tp23/antinstaller/renderer/swing/PageCompletionListener.java.html@ 19253

Last change on this file since 19253 was 19253, checked in by davidb, 15 years ago

Establishing a source code repository for Veronica's Realistic Book's software

File size: 3.8 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2<HTML>
3<HEAD>
4<LINK REL=STYLESHEET TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
5<META NAME="GENERATOR" CONTENT="Java2HTML Version 1.4">
6<TITLE>org.tp23.antinstaller.renderer.swing.PageCompletionListener (Java2HTML)</TITLE>
7</HEAD>
8<BODY><TABLE id="Header" border="0" cellpadding="0" cellspacing="0" width="100%">
9<tr>
10<td colspan="2" width="33%">&nbsp;</td>
11<td align="center" colspan="2" width="33%">
12<font size="4" class="ClassName">PageCompletionListener.java</font>
13</td>
14<td align="right" colspan="2" width="33%">&nbsp;</td>
15</tr>
16</TABLE>
17<pre CLASS="Classes">
18<FONT CLASS="LN">1 </FONT><A NAME="1"></A><FONT CLASS="MultiLineComment">/*
19<FONT CLASS="LN">2 </FONT><A NAME="2"></A> * Copyright 2005 Paul Hinds
20<FONT CLASS="LN">3 </FONT><A NAME="3"></A> *
21<FONT CLASS="LN">4 </FONT><A NAME="4"></A> * Licensed under the Apache License, Version 2.0 (the "License");
22<FONT CLASS="LN">5 </FONT><A NAME="5"></A> * you may not use this file except in compliance with the License.
23<FONT CLASS="LN">6 </FONT><A NAME="6"></A> * You may obtain a copy of the License at
24<FONT CLASS="LN">7 </FONT><A NAME="7"></A> *
25<FONT CLASS="LN">8 </FONT><A NAME="8"></A> * http://www.apache.org/licenses/LICENSE-2.0
26<FONT CLASS="LN">9 </FONT><A NAME="9"></A> *
27<FONT CLASS="LN">10</FONT><A NAME="10"></A> * Unless required by applicable law or agreed to in writing, software
28<FONT CLASS="LN">11</FONT><A NAME="11"></A> * distributed under the License is distributed on an "AS IS" BASIS,
29<FONT CLASS="LN">12</FONT><A NAME="12"></A> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30<FONT CLASS="LN">13</FONT><A NAME="13"></A> * See the License for the specific language governing permissions and
31<FONT CLASS="LN">14</FONT><A NAME="14"></A> * limitations under the License.
32<FONT CLASS="LN">15</FONT><A NAME="15"></A> */</FONT>
33<FONT CLASS="LN">16</FONT><A NAME="16"></A><FONT CLASS="Package">package</FONT> <A HREF="../../../../../org.tp23.antinstaller.renderer.swing.index.html" target="packageFrame">org.tp23.antinstaller.renderer.swing</A>;
34<FONT CLASS="LN">17</FONT><A NAME="17"></A>
35<FONT CLASS="LN">18</FONT><A NAME="18"></A><FONT CLASS="Import">import</FONT> <A HREF="../../../../../org/tp23/antinstaller/page/Page.java.html">org.tp23.antinstaller.page.Page</A>;
36<FONT CLASS="LN">19</FONT><A NAME="19"></A><FONT CLASS="FormalComment">/**
37<FONT CLASS="LN">20</FONT><A NAME="20"></A> *
38<FONT CLASS="LN">21</FONT><A NAME="21"></A> * &lt;p&gt;Called when a page is complete and the user presses next.
39<FONT CLASS="LN">22</FONT><A NAME="22"></A>* At this point the pages fields are validated. If validation passes
40<FONT CLASS="LN">23</FONT><A NAME="23"></A>* the next page is shown &lt;/p&gt;
41<FONT CLASS="LN">24</FONT><A NAME="24"></A> * &lt;p&gt; &lt;/p&gt;
42<FONT CLASS="LN">25</FONT><A NAME="25"></A> * &lt;p&gt;Copyright: Copyright (c) 2004&lt;/p&gt;
43<FONT CLASS="LN">26</FONT><A NAME="26"></A> * &lt;p&gt;Company: tp23&lt;/p&gt;
44<FONT CLASS="LN">27</FONT><A NAME="27"></A> * @author Paul Hinds
45<FONT CLASS="LN">28</FONT><A NAME="28"></A> * @version $Id: PageCompletionListener.java,v 1.1.1.1 2005/10/18 18:21:01 teknopaul Exp $
46<FONT CLASS="LN">29</FONT><A NAME="29"></A> */</FONT>
47<FONT CLASS="LN">30</FONT><A NAME="30"></A><FONT CLASS="Public">public</FONT> <FONT CLASS="Interface">interface</FONT> PageCompletionListener {
48<FONT CLASS="LN">31</FONT><A NAME="31"></A> <FONT CLASS="Public">public</FONT> <FONT CLASS="Void">void</FONT> pageComplete(<A HREF="../../../../../org/tp23/antinstaller/page/Page.java.html">Page</A> page);
49<FONT CLASS="LN">32</FONT><A NAME="32"></A> <FONT CLASS="Public">public</FONT> <FONT CLASS="Void">void</FONT> pageBack(<A HREF="../../../../../org/tp23/antinstaller/page/Page.java.html">Page</A> page);
50<FONT CLASS="LN">33</FONT><A NAME="33"></A>}
51<FONT CLASS="LN">34</FONT><A NAME="34"></A></pre>
52</BODY>
53</HTML>
Note: See TracBrowser for help on using the repository browser.