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) |
Modifier and Type | Method and Description |
---|---|
Factory |
getFactory() |
FactoryState |
getState() |
FactoryEvent.Type |
getType() |
String |
toString() |
public FactoryEvent(FactoryEvent.Type type, Factory factory, FactoryState state)
public FactoryState getState()
public Factory getFactory()
public FactoryEvent.Type getType()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.