org.jikesrvm
Interface Callbacks.AppRunStartMonitor

All Known Implementing Classes:
Lock.AppRunStartMonitor
Enclosing class:
Callbacks

public static interface Callbacks.AppRunStartMonitor

Interface for monitoring when an application starts a run


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

Method Detail

notifyAppRunStart

void notifyAppRunStart(String app,
                       int run)
Notify the monitor that the application has started a run

Parameters:
app - application name
run - run number