Event

This struct represents an event.

struct Event () {}

Members

Functions

opCall
void opCall(T value)

Triggers the event on the given value.

Parameters

m

the method to be invoked when the event is triggered

Meta