public class TransformerChangeNotification extends EventArgs
Constructor and Description |
---|
TransformerChangeNotification() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Name of transformer for which notification was created
|
TransformerChangeTypes |
getType()
Type of change that occurred on transformer.
|
void |
setName(String name)
Name of transformer for which notification was created
|
void |
setType(TransformerChangeTypes type)
Type of change that occurred on transformer.
|
String |
toString() |
public TransformerChangeTypes getType()
public void setType(TransformerChangeTypes type)
type
- public String getName()
public void setName(String name)
name
- Copyright © 2016. All Rights Reserved.