public class InterpreterTimedObject extends Object implements ITimedObject
Constructor and Description |
---|
InterpreterTimedObject(BDIInterpreter interpreter,
CheckedAction action)
Create a new timed object.
|
Modifier and Type | Method and Description |
---|---|
CheckedAction |
getAction()
Get the action.
|
void |
timeEventOccurred(long currenttime)
Called when the submitted timepoint was reached.
// todo: will be enhanced with a TimerEvent when
// we enhance the time service
|
String |
toString()
Get a string representation.
|
public InterpreterTimedObject(BDIInterpreter interpreter, CheckedAction action)
public void timeEventOccurred(long currenttime)
timeEventOccurred
in interface ITimedObject
public CheckedAction getAction()
Copyright © 2012. All Rights Reserved.