class Console (Object):
  def __init__(self, adapter=None, adapterName=""):
    "@sig public Console(Object adapter, 
                     java.lang.String adapterName)"

Example 1: Exposing the application API.

Back to Article