GlobalSlot<V, T extends GlobalSignal> constructor
GlobalSlot<V, T extends GlobalSignal> ()
Global slot constructor.
After construct, the slot will be added to global signal controller.
Implementation
GlobalSlot() {
global._registerSlot(this, T);
}