notifyClose method

void notifyClose()

Should be called while processing a WM_CLOSE message.

Implementation

void notifyClose() {
  _onClose.add(this as W);
}