Interface IssueListener


public interface IssueListener

IssueListener is a simple interface that receives notifications that an issue has changed.

Important note: the called listener must execute as quickly as possible. The locks may be acquired if needed, but it's better to avoid them.

Author:
Igor Sereda
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process the event.