blob: c509deca2218dc5add68c18fd8cc4d09a1c52d52 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_sound_sampled_LineEvent$Type__
#define __javax_sound_sampled_LineEvent$Type__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace sound
{
namespace sampled
{
class LineEvent$Type;
}
}
}
}
class javax::sound::sampled::LineEvent$Type : public ::java::lang::Object
{
public: // actually protected
LineEvent$Type(::java::lang::String *);
public:
virtual jboolean equals(::java::lang::Object *);
virtual jint hashCode();
virtual ::java::lang::String * toString();
static ::javax::sound::sampled::LineEvent$Type * CLOSE;
static ::javax::sound::sampled::LineEvent$Type * OPEN;
static ::javax::sound::sampled::LineEvent$Type * START;
static ::javax::sound::sampled::LineEvent$Type * STOP;
private:
::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) name;
public:
static ::java::lang::Class class$;
};
#endif // __javax_sound_sampled_LineEvent$Type__