1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_net_ssl_SSLSessionBindingEvent__
5 #define __javax_net_ssl_SSLSessionBindingEvent__
6 
7 #pragma interface
8 
9 #include <java/util/EventObject.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace net
15     {
16       namespace ssl
17       {
18           class SSLSession;
19           class SSLSessionBindingEvent;
20       }
21     }
22   }
23 }
24 
25 class javax::net::ssl::SSLSessionBindingEvent : public ::java::util::EventObject
26 {
27 
28 public:
29   SSLSessionBindingEvent(::javax::net::ssl::SSLSession *, ::java::lang::String *);
30   virtual ::java::lang::String * getName();
31   virtual ::javax::net::ssl::SSLSession * getSession();
32 private:
33   static const jlong serialVersionUID = 3989172637106345LL;
34   ::java::lang::String * __attribute__((aligned(__alignof__( ::java::util::EventObject)))) name;
35 public:
36   static ::java::lang::Class class$;
37 };
38 
39 #endif // __javax_net_ssl_SSLSessionBindingEvent__
40