org.jikesrvm
Interface Callbacks.AppRunCompleteMonitor

Enclosing class:
Callbacks

public static interface Callbacks.AppRunCompleteMonitor

Interface for monitoring when an application completes a run


Method Summary
 void notifyAppRunComplete(String app, int run)
          Notify the monitor that the application has completed a run
 

Method Detail

notifyAppRunComplete

void notifyAppRunComplete(String app,
                          int run)
Notify the monitor that the application has completed a run

Parameters:
app - name of application
run - run number