aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libjava/javax/sql/RowSetEvent.h
blob: 5c5ba6e64615af5881edff3f4e5e630fd9f164d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

// 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__