Interface AnyListener

All Superinterfaces:
EventListener

public interface AnyListener extends EventListener
An AnyEvent is an event used when no specific event implementation fits and it is not worth making one.
Author:
cp 1999.08.24
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • eventOccurred

      void eventOccurred(AnyEvent e)