Home
last modified time | relevance | path

Searched refs:notifyListeners (Results 1 – 2 of 2) sorted by relevance

/plugin/swiftmail/
H A DSwift.php163 public function notifyListeners($e, $type) function in Swift
223 $this->notifyListeners(new Swift_Events_ConnectEvent($this->connection), "ConnectListener");
234 … $this->notifyListeners(new Swift_Events_DisconnectEvent($this->connection), "DisconnectListener");
296 $this->notifyListeners($command_event, "BeforeCommandListener");
300 $this->notifyListeners($command_event, "CommandListener");
307 $this->notifyListeners($response_event, "ResponseListener");
365 $this->notifyListeners($send_event, "BeforeSendListener");
413 $this->notifyListeners($send_event, "SendListener");
462 $this->notifyListeners($send_event, "SendListener");
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php189 $this->notifyListeners($e); // report error
523 public function notifyListeners(LexerNoViableAltException $e) : void function in Antlr\\Antlr4\\Runtime\\Lexer