* @param onCompleteCommand
*/
public void show( final Command onCompleteCommand ) {
//Fade in the notification message
final LinearFadeInAnimation fadeInAnimation = new LinearFadeInAnimation( this ) {
@Override
public void onStart() {
super.onStart();
NotificationPopupView.this.show();