org.openide.compiler
Class CompilerEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.openide.compiler.CompilerEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ErrorEvent, ProgressEvent
- public class CompilerEvent
- extends EventObject
Event about a file being compiled.
- See Also:
- Serialized Form
CompilerEvent
public CompilerEvent(CompilerGroup source,
FileObject file)
- Create an event.
- Parameters:
source
- the compiler group that produced the eventfile
- the file being compiled
getCompilerGroup
public CompilerGroup getCompilerGroup()
- Get the source of the event.
- Returns:
- the compiler group that produced the event
getFile
public FileObject getFile()
- Get the file this event pertains to.
- Returns:
- the file under compilation
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.