Interface RelatedPluginEvents.OnRelatedCloseListener

All Superinterfaces:
EventListener
Enclosing interface:
RelatedPluginEvents

public static interface RelatedPluginEvents.OnRelatedCloseListener extends EventListener
Event listener for onRelatedClose.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRelatedClose(RelatedCloseEvent relatedCloseEvent)
    Triggers when the related plugin is closed.
  • Method Details

    • onRelatedClose

      void onRelatedClose(RelatedCloseEvent relatedCloseEvent)
      Triggers when the related plugin is closed.
      Parameters:
      relatedCloseEvent - The payload that accompanies onRelatedClose() event.