blob: 5c5ba6e64615af5881edff3f4e5e630fd9f164d9 [file] [log] [blame]
// 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__