Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/SuccessfulAuthenticationHandler.java

Diff revisions: vs.
  @@ -1,7 +1,6 @@
1 1 // This Source Code is in the Public Domain per: http://unlicense.org
2 2 package org.litesoft.GWT.eventbus.client;
3 3
4 - public interface SuccessfulAuthenticationHandler
5 - {
4 + public interface SuccessfulAuthenticationHandler {
6 5 public void loginSuccessful( AuthenticationData pAD );
7 6 }