Package codedraw

Interface Subscription


public interface Subscription
A Subscription can be used to stop the triggering of an EventHandler at a later time.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stops the triggering of the EventHandler passed on to onEventName (e.g.
  • Method Details

    • unsubscribe

      void unsubscribe()
      Stops the triggering of the EventHandler passed on to onEventName (e.g. onMouseClick).