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)
ProgressListenerprogress in interface ProgressListenertag - String that identifies progress event.event - Current progressCopyright © 2018 The Apache Software Foundation