Ignore:
Timestamp:
2003-05-27T15:40:47+12:00 (21 years ago)
Author:
mdewsnip
Message:

Fixed tabbing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/shell/GShellListener.java

    r4293 r4364  
    5757 */
    5858public interface GShellListener
    59     extends EventListener {
    60     /** All implementation of <i>GShellListener</i> must include this method so the listener can be informed of messages from the <strong>GShell</strong>.
    61       * @param event A <strong>GShellEvent</strong> that contains, amoung other things, the message.
     59    extends EventListener {
     60    /** All implementation of <i>GShellListener</i> must include this method so the listener can be informed of messages from the <strong>GShell</strong>.
     61     * @param event A <strong>GShellEvent</strong> that contains, amoung other things, the message.
    6262      */
    63     public void message(GShellEvent event);
    64     /** All implementation of <i>GShellListener</i> must include this method so the listener can be informed when a <strong>GShell</strong> begins its task.
     63    public void message(GShellEvent event);
     64    /** All implementation of <i>GShellListener</i> must include this method so the listener can be informed when a <strong>GShell</strong> begins its task.
    6565      * @param event A <strong>GShellEvent</strong> that contains details of the initial state of the <strong>GShell</strong> before task comencement.
    6666      */
    67     public void processBegun(GShellEvent event);
    68     /** All implementation of <i>GShellListener</i> must include this method so the listener can be informed when a <strong>GShell</strong> completes its task.
     67    public void processBegun(GShellEvent event);
     68    /** All implementation of <i>GShellListener</i> must include this method so the listener can be informed when a <strong>GShell</strong> completes its task.
    6969      * @param event A <strong>GShellEvent</strong> that contains details of the final state of the <strong>GShell</strong> after task completion.
    7070      */
    71     public void processComplete(GShellEvent event);
     71    public void processComplete(GShellEvent event);
    7272}
Note: See TracChangeset for help on using the changeset viewer.