public class CurveEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected int |
max
Progress maximum for the event.
|
protected String |
message
String message describing the event.
|
protected int |
value
Progress value for the event.
|
source| Constructor and Description |
|---|
CurveEvent(Object source,
int value,
int max,
String message)
Constructs a curve event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximum()
Gets the progress maximum for the event.
|
String |
getMessage()
Gets the message describing the event.
|
int |
getValue()
Gets the progress value for the event.
|
String |
toString()
Gets a string representation of the event.
|
getSourceprotected int value
protected int max
protected String message
public String getMessage()
public int getValue()
public int getMaximum()
public String toString()
toString in class EventObjectCopyright © 2015–2022 SciJava. All rights reserved.