Package snap.view

Interface EventListener


public interface EventListener
An interface for objects to receive Node events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method called to notify listener of event.
  • Method Details

    • listenEvent

      void listenEvent(ViewEvent anEvent)
      The method called to notify listener of event.