public class TestListener extends Object implements PropertyChangeListener
| Modifier and Type | Field and Description |
|---|---|
PrintStream |
out |
boolean |
printStackTrace |
| Constructor and Description |
|---|
TestListener(PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
printValue(Object v) |
void |
propertyChange(PropertyChangeEvent e) |
public PrintStream out
public boolean printStackTrace
public TestListener(PrintStream out)
public void propertyChange(PropertyChangeEvent e)
propertyChange in interface PropertyChangeListenerpublic void printValue(Object v)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.