Interface IEvent
- All Known Subinterfaces:
RemoteEvent
- All Known Implementing Classes:
AbstractEvent, AbstractEventWithDescription, AppendStdErrEvent, AppendStdOutEvent, BootstrapEvent, FailureEvent, IdleEvent, LocalSlaveStreamHandler.OnDiskStreamEvent, QuitEvent, SuiteCompletedEvent, SuiteFailureEvent, SuiteStartedEvent, TestFailureEvent, TestFinishedEvent, TestIgnoredAssumptionEvent, TestIgnoredEvent, TestStartedEvent
public interface IEvent
An event/ message passed between the forked JVM and the master.
-
Method Summary
-
Method Details
-
getType
EventType getType()
-