org.overlord.sramp.ui.client.views
Interface IArtifactView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, IView<IArtifactActivity>
All Known Implementing Classes:
ArtifactView

public interface IArtifactView
extends IView<IArtifactActivity>

Artifact view interface.

Author:
eric.wittmann@redhat.com

Method Summary
 void onArtifactLoaded(ArtifactDetails artifact)
          Called by the activity when the artifact download completes.
 void onArtifactLoadError(RemoteServiceException error)
          Called by the activity when the download of the full artifact details fails for some reason.
 void onArtifactLoading(ArtifactPlace currentPlace)
          Called by the activity when it begins downloading the artifact.
 
Methods inherited from interface org.overlord.sramp.ui.client.views.IView
getActivity, setActivity
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

onArtifactLoading

void onArtifactLoading(ArtifactPlace currentPlace)
Called by the activity when it begins downloading the artifact.

Parameters:
currentPlace -

onArtifactLoaded

void onArtifactLoaded(ArtifactDetails artifact)
Called by the activity when the artifact download completes.

Parameters:
artifact -

onArtifactLoadError

void onArtifactLoadError(RemoteServiceException error)
Called by the activity when the download of the full artifact details fails for some reason.

Parameters:
error -


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.