Interface EventListener<A>

All Superinterfaces:
EventListener

public interface EventListener<A> extends EventListener
An event listener which handles a single event and accepts an attachment of some type.
Author:
David M. Lloyd
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleEvent(A attachment)
    Handle the event.
  • Method Details

    • handleEvent

      void handleEvent(A attachment)
      Handle the event.
      Parameters:
      attachment - the attachment