Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package org.litesoft.GWT.client.view;

import org.litesoft.GWT.client.widgets.*;

/**
 * Created by IntelliJ IDEA.
 * User: litesoft
 * Date: 3/23/12
 * Time: 2:38 PM
 * To change this template use File | Settings | File Templates.
 */
public interface ViewErrorSupport {
    void backToHome( String pError );

    StatusMessageSinc getStatusMessageSinc();
}

Commits for litesoft/trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/ViewErrorSupport.java

Diff revisions: vs.
Revision Author Commited Message
948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

623 GeorgeS picture GeorgeS Mon 26 Mar, 2012 00:04:57 +0000

Added Common Infrastructure