public static class SimulationEvent.Factory extends Object implements org.springframework.beans.factory.FactoryBean<SimulationEvent>
| Constructor and Description |
|---|
Factory(String type,
long simulationTime,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
SimulationEvent |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public SimulationEvent getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<SimulationEvent>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<SimulationEvent>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<SimulationEvent>Copyright © 2016 Alfresco. All rights reserved.