OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [naming/] [ldap/] [UnsolicitedNotificationEvent.h] - Rev 775

Go to most recent revision | Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_naming_ldap_UnsolicitedNotificationEvent__
#define __javax_naming_ldap_UnsolicitedNotificationEvent__
 
#pragma interface
 
#include <java/util/EventObject.h>
extern "Java"
{
  namespace javax
  {
    namespace naming
    {
      namespace ldap
      {
          class UnsolicitedNotification;
          class UnsolicitedNotificationEvent;
          class UnsolicitedNotificationListener;
      }
    }
  }
}
 
class javax::naming::ldap::UnsolicitedNotificationEvent : public ::java::util::EventObject
{
 
public:
  UnsolicitedNotificationEvent(::java::lang::Object *, ::javax::naming::ldap::UnsolicitedNotification *);
  virtual ::javax::naming::ldap::UnsolicitedNotification * getNotification();
  virtual void dispatch(::javax::naming::ldap::UnsolicitedNotificationListener *);
private:
  static const jlong serialVersionUID = -2382603380799883705LL;
  ::javax::naming::ldap::UnsolicitedNotification * __attribute__((aligned(__alignof__( ::java::util::EventObject)))) notice;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_naming_ldap_UnsolicitedNotificationEvent__
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.