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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [sound/] [sampled/] [LineEvent.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_sound_sampled_LineEvent__
5
#define __javax_sound_sampled_LineEvent__
6
 
7
#pragma interface
8
 
9
#include <java/util/EventObject.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace sound
15
    {
16
      namespace sampled
17
      {
18
          class Line;
19
          class LineEvent;
20
          class LineEvent$Type;
21
      }
22
    }
23
  }
24
}
25
 
26
class javax::sound::sampled::LineEvent : public ::java::util::EventObject
27
{
28
 
29
public:
30
  LineEvent(::javax::sound::sampled::Line *, ::javax::sound::sampled::LineEvent$Type *, jlong);
31
  virtual jlong getFramePosition();
32
  virtual ::javax::sound::sampled::Line * getLine();
33
  virtual ::javax::sound::sampled::LineEvent$Type * getType();
34
  virtual ::java::lang::String * toString();
35
private:
36
  void readObject(::java::io::ObjectInputStream *);
37
  void writeObject(::java::io::ObjectOutputStream *);
38
  static const jlong serialVersionUID = -1274246333383880410LL;
39
  ::javax::sound::sampled::LineEvent$Type * __attribute__((aligned(__alignof__( ::java::util::EventObject)))) type;
40
  jlong framePosition;
41
  ::javax::sound::sampled::Line * line;
42
public:
43
  static ::java::lang::Class class$;
44
};
45
 
46
#endif // __javax_sound_sampled_LineEvent__

powered by: WebSVN 2.1.0

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