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.InstantEvent
commit
in interface EventProvider.InstantEvent
public boolean shouldWrite()
EventProvider.InstantEvent
EventProvider.InstantEvent.commit()
. This in turn depends on whether the event is
enabled and possible other factors.shouldWrite
in interface EventProvider.InstantEvent
EventProvider.InstantEvent.commit()
.public void setCompileId(int compileId)
setCompileId
in interface EventProvider.CompilerFailureEvent
public void setMessage(String message)
setMessage
in interface EventProvider.CompilerFailureEvent