Variable RunnableEvent._action

class RunnableEvent
{
  // ...
  void delegate() _action;
  // ...
}