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 IEventAn event/ message passed between the forked JVM and the master.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventTypegetType()
-
-
-
Method Detail
-
getType
EventType getType()
-
-