938939940941942943944
* com.almende.eve.agent.AgentHost#getEventsFactory(com.almende.eve.agent * .AgentInterface) */ @Override public EventsInterface getEventsFactory(final AgentInterface agent) { return new EventsFactory(agent); }
925926927928929930931
9091929394959697
if (this.state == null) { this.agentHost = agentHost; this.state = state; this.scheduler = agentHost.getScheduler(this); this.monitorFactory = new ResultMonitorFactory(this); this.eventsFactory = new EventsFactory(this); } }