public static class EmptyEventProvider.EmptyCompilerFailureEvent extends Object implements EventProvider.CompilerFailureEvent
| Constructor and Description |
|---|
EmptyCompilerFailureEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commits the event.
|
void |
setCompileId(int compileId) |
void |
setMessage(String message) |
boolean |
shouldWrite()
Determines if this particular event instance would be committed to the data stream right
now if application called
EventProvider.InstantEvent.commit(). |
public EmptyCompilerFailureEvent()
public void commit()
EventProvider.InstantEventcommit in interface EventProvider.InstantEventpublic boolean shouldWrite()
EventProvider.InstantEventEventProvider.InstantEvent.commit(). This in turn depends on whether the event is
enabled and possible other factors.shouldWrite in interface EventProvider.InstantEventEventProvider.InstantEvent.commit().public void setCompileId(int compileId)
setCompileId in interface EventProvider.CompilerFailureEventpublic void setMessage(String message)
setMessage in interface EventProvider.CompilerFailureEvent