mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			31 lines
		
	
	
		
			730 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			730 B
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __javax_swing_RepaintManager$RepaintWorkerEvent__
 | 
						|
#define __javax_swing_RepaintManager$RepaintWorkerEvent__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <java/awt/event/InvocationEvent.h>
 | 
						|
extern "Java"
 | 
						|
{
 | 
						|
  namespace javax
 | 
						|
  {
 | 
						|
    namespace swing
 | 
						|
    {
 | 
						|
        class RepaintManager$RepaintWorkerEvent;
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
class javax::swing::RepaintManager$RepaintWorkerEvent : public ::java::awt::event::InvocationEvent
 | 
						|
{
 | 
						|
 | 
						|
public:
 | 
						|
  RepaintManager$RepaintWorkerEvent(::java::lang::Object *, ::java::lang::Runnable *, ::java::lang::Object *, jboolean);
 | 
						|
  virtual void dispatch();
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
};
 | 
						|
 | 
						|
#endif // __javax_swing_RepaintManager$RepaintWorkerEvent__
 |