org.jikesrvm.adaptive.controller
Interface ControllerInputEvent

All Known Implementing Classes:
AINewHotEdgeEvent, HotMethodRecompilationEvent, OnStackReplacementEvent

public interface ControllerInputEvent

Abstract parent class for events from organizers to the controller.


Method Summary
 void process()
          This method is called by the controller upon dequeuing this event from the controller input queue.
 

Method Detail

process

void process()
This method is called by the controller upon dequeuing this event from the controller input queue.