Oracle Help for Java API Reference
Release 4.2.7.0.0
B12198-01

oracle.help
Interface CustomProtocolHandler


public interface CustomProtocolHandler

A CustomProtocolHandler is registered with the help system according to some identifier Consider the following HTML: <a href="custom:protocolName:protocolValue"/> If this CustomProtocolHandler is registered with the Help object using the "protocolName" identifier, then its handleValue method will be invoked, passing protocolValue as the value


Method Summary
 void handleValue(java.lang.String value)
           
 

Method Detail

handleValue

public void handleValue(java.lang.String value)

HELP ${project.version}

Copyright © 1998,2003, Oracle. All Rights Reserved.