public class FactoryEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FactoryEvent.Type |
Constructor and Description |
---|
FactoryEvent(FactoryEvent.Type type,
Factory factory,
FactoryState state) |
public FactoryEvent(FactoryEvent.Type type, Factory factory, FactoryState state)
public FactoryState getState()
public Factory getFactory()
public FactoryEvent.Type getType()