blob: 7d997085c0f7f13b6635dacea13f5e63c797e5d7 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_event_SwingPropertyChangeSupport__
#define __javax_swing_event_SwingPropertyChangeSupport__
#pragma interface
#include <java/beans/PropertyChangeSupport.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace event
{
class SwingPropertyChangeSupport;
}
}
}
}
class javax::swing::event::SwingPropertyChangeSupport : public ::java::beans::PropertyChangeSupport
{
public:
SwingPropertyChangeSupport(::java::lang::Object *);
private:
static const jlong serialVersionUID = 7162625831330845068LL;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_event_SwingPropertyChangeSupport__