Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4028353

eventEnabled returns false for all but AWT events; can't send custom event types

    XMLWordPrintable

Details

    • 1.1fcs
    • generic
    • solaris_10
    • Not verified

    Description

      > > The eventEnabled() method called by dispatchEvent() returns false
      > > for any event id that it does not recognize (ie. any non-AWT event id), thus
      > > preventing the event from being dispatched. However, custom components may
      > > need to use event id values outside of the predefined AWT event ids, so as
      > > not to be mistaken for an AWT event. These events will not be delivered
      > > if dispatchEvent() is used to deliver the event, as is the case with the
      > > new event queuing mechanism. This means that custom components can never
      > > queue events.

      Attachments

        Activity

          People

            amfowler Anne Fowler (Inactive)
            amfowler Anne Fowler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: