mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
31 lines
504 B
C
31 lines
504 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_sql_RowSetEvent__
|
||
|
#define __javax_sql_RowSetEvent__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/util/EventObject.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace sql
|
||
|
{
|
||
|
class RowSet;
|
||
|
class RowSetEvent;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::sql::RowSetEvent : public ::java::util::EventObject
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
RowSetEvent(::javax::sql::RowSet *);
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_sql_RowSetEvent__
|