public class JMXProgressSupport extends java.lang.Object implements ProgressListener
Constructor and Description |
---|
JMXProgressSupport(javax.management.NotificationBroadcasterSupport broadcaster) |
Modifier and Type | Method and Description |
---|---|
void |
progress(java.lang.String tag,
ProgressEvent event)
Called when some progress is made by progress publisher.
|
public JMXProgressSupport(javax.management.NotificationBroadcasterSupport broadcaster)
public void progress(java.lang.String tag, ProgressEvent event)
ProgressListener
progress
in interface ProgressListener
tag
- String that identifies progress event.event
- Current progressCopyright © 2015 The Apache Software Foundation