Subversion Repositories SmartDukaan

Rev

Rev 2209 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2209 Rev 2312
Line 1... Line 1...
1
package in.shop2020.hotspot.dashbaord.client.event;
1
package in.shop2020.hotspot.dashbaord.client.event;
2
 
2
 
3
import com.google.gwt.event.shared.GwtEvent;
3
import com.google.gwt.event.shared.GwtEvent;
4
import com.google.gwt.event.shared.GwtEvent.Type;
-
 
5
 
4
 
6
public class SignOutEvent extends GwtEvent<SignOutEventHandler>{
5
public class SignOutEvent extends GwtEvent<SignOutEventHandler>{
7
	private static Type<SignOutEventHandler> TYPE;
6
	private static Type<SignOutEventHandler> TYPE;
8
	
7
	
9
	public static Type<SignOutEventHandler> getType(){
8
	public static Type<SignOutEventHandler> getType(){