public static interface SourceJavadocAttacher.AttachmentListener
SourceJavadocAttacher
about a result
of attaching source (javadoc) to binary root.Modifier and Type | Method and Description |
---|---|
void |
attachmentFailed()
Invoked when the source (javadoc) was not attached to
binary root.
|
void |
attachmentSucceeded()
Invoked when the source (javadoc) was successfully attached to
binary root.
|