Action.this

Creates a new controler action.

  1. this(Status delegate() d)
  2. this(Status function() f)
    class Action
    this
    (
    Status function
    ()
    f
    )

Parameters

f Status function
()

The function pointer..

Meta