PAMI\Listener\IEventListener

Implement this interface in your own classes to make them event listeners.

PHP Version 5

Synopsis

interface IEventListener {
  • // methods
  • public void handle()
}

Methods

public