
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_awt_event_AWTEventListener__
#define __java_awt_event_AWTEventListener__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class AWTEvent;
      namespace event
      {
          class AWTEventListener;
      }
    }
  }
}

class java::awt::event::AWTEventListener : public ::java::lang::Object
{

public:
  virtual void eventDispatched(::java::awt::AWTEvent *) = 0;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));

#endif // __java_awt_event_AWTEventListener__
