com.googlecode.jpattern.gwt.client.view
Interface IShowViewStrategy<T extends IView>

All Known Implementing Classes:
DefaultShowViewStrategy, NullShowViewStrategy, SwapWidgetShowViewStrategy

public interface IShowViewStrategy<T extends IView>

Author:
Francesco Cina 19/lug/2011

Method Summary
 T getView()
          Return the view associated with the strategy
 void onLoadCompleted()
          This is called when a started asynchronous action ends its execution
 void onLoadStart()
          this is called when an asynchronous action begins
 

Method Detail

getView

T getView()
Return the view associated with the strategy

Returns:

onLoadStart

void onLoadStart()
this is called when an asynchronous action begins


onLoadCompleted

void onLoadCompleted()
This is called when a started asynchronous action ends its execution



Copyright © 2011. All Rights Reserved.