org.zmpp.vm
Interface StatusLine


public interface StatusLine

This interface defines the Z machine's status line.

Version:
1.0
Author:
Wei-ju Wu

Method Summary
 void updateStatus(String objectName, int score, int steps)
          Updates the status of a score game.
 

Method Detail

updateStatus

void updateStatus(String objectName,
                  int score,
                  int steps)
Updates the status of a score game.

Parameters:
objectName - the object name
score - the score
steps - the number of steps


Copyright © 2005 . All Rights Reserved.