com.bramosystems.oss.player.core.event.client
Interface LoadingProgressHandler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface LoadingProgressHandler
extends com.google.gwt.event.shared.EventHandler

Handler interface for LoadingProgressEvent events.

Author:
Sikirulai Braheem

Method Summary
 void onLoadingProgress(LoadingProgressEvent event)
          Called when LoadingProgressEvent is fired
 

Method Detail

onLoadingProgress

void onLoadingProgress(LoadingProgressEvent event)
Called when LoadingProgressEvent is fired

Parameters:
event - the LoadingProgressEvent that was fired


Copyright © 2009-2011. All Rights Reserved.