org.netbeans.api.java/1 1.38

org.netbeans.api.java.queries
Interface SourceJavadocAttacher.AttachmentListener

Enclosing class:
SourceJavadocAttacher

public static interface SourceJavadocAttacher.AttachmentListener

Listener notified by SourceJavadocAttacher about a result of attaching source (javadoc) to binary root.


Method Summary
 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.
 

Method Detail

attachmentSucceeded

void attachmentSucceeded()
Invoked when the source (javadoc) was successfully attached to binary root.


attachmentFailed

void attachmentFailed()
Invoked when the source (javadoc) was not attached to binary root. The attaching either failed or was canceled by user.


org.netbeans.api.java/1 1.38

Built on May 17 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.