java all other util.interface's reformatted
authorwneuper
Thu, 12 May 2005 18:06:13 +0200
changeset 23078874d70d45ca
parent 2306 7192b950c985
child 2308 8542b6ccd553
java all other util.interface's reformatted
src/java/isac/util/interfaces/IToUser.java
     1.1 --- a/src/java/isac/util/interfaces/IToUser.java	Thu May 12 18:06:13 2005 +0200
     1.2 +++ b/src/java/isac/util/interfaces/IToUser.java	Thu May 12 18:06:13 2005 +0200
     1.3 @@ -1,25 +1,25 @@
     1.4  /*
     1.5   * Created on Sep 19, 2003
     1.6   */
     1.7 - 
     1.8 +
     1.9  package isac.util.interfaces;
    1.10  
    1.11  import isac.util.CalcChangedEvent;
    1.12  import java.rmi.Remote;
    1.13  import java.rmi.RemoteException;
    1.14  
    1.15 -
    1.16  /**
    1.17   * Interface to be used to communicate in the direction towards the user.
    1.18   * 
    1.19   * @author Alan Krempler
    1.20   */
    1.21  public interface IToUser extends Remote {
    1.22 -	/**
    1.23 -	 * Notify a listener of changes in the data.
    1.24 -	 * 
    1.25 -	 * @param event Description of the change in the CalcTree
    1.26 -	 */
    1.27 -	public void calcChanged(CalcChangedEvent event) throws RemoteException;
    1.28 -	
    1.29 -}
    1.30 +    /**
    1.31 +     * Notify a listener of changes in the data.
    1.32 +     * 
    1.33 +     * @param event
    1.34 +     *            Description of the change in the CalcTree
    1.35 +     */
    1.36 +    public void calcChanged(CalcChangedEvent event) throws RemoteException;
    1.37 +
    1.38 +}
    1.39 \ No newline at end of file