Interface DepictEvent

All Superinterfaces:
com.globalmentor.event.Event, PlatformEvent, PlatformMessage
All Known Subinterfaces:
WebDepictEvent
All Known Implementing Classes:
AbstractDepictEvent, AbstractWebDepictEvent, PlatformDropEvent, PlatformFocusEvent, WebActionDepictEvent, WebChangeDepictEvent, WebCommandDepictEvent, WebProgressDepictEvent

public interface DepictEvent extends PlatformEvent
An event to or from a depicted object on some platform. The source of the event is the depicted object.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.globalmentor.event.Event

    getSource
  • Method Details

    • getDepictedObject

      DepictedObject getDepictedObject()
      Returns:
      The depicted object on which the event initially occurred.