public class EnviromentContext extends java.lang.Object implements IEnvironmentContext
Constructor and Description |
---|
EnviromentContext(RespectVMContext rvm) |
Modifier and Type | Method and Description |
---|---|
long |
getCurrentTime() |
void |
notifyInputEnvEvent(InputEvent ev) |
void |
notifyInputEvent(InputEvent ev) |
public EnviromentContext(RespectVMContext rvm)
rvm
- the ReSpecT VM this context refers topublic long getCurrentTime()
getCurrentTime
in interface IEnvironmentContext
public void notifyInputEnvEvent(InputEvent ev)
notifyInputEnvEvent
in interface IEnvironmentContext
ev
- the input environment event to notifypublic void notifyInputEvent(InputEvent ev)
notifyInputEvent
in interface IEnvironmentContext
ev
- the input event to notify