Uses of Interface
net.ontopia.utils.CmdlineOptions.ListenerIF

Packages that use CmdlineOptions.ListenerIF
net.ontopia.utils Contains utility classes and generic interfaces. 
 

Uses of CmdlineOptions.ListenerIF in net.ontopia.utils
 

Fields in net.ontopia.utils with type parameters of type CmdlineOptions.ListenerIF
protected  java.util.Map<java.lang.Integer,CmdlineOptions.ListenerIF> CmdlineOptions.listeners
           
 

Methods in net.ontopia.utils with parameters of type CmdlineOptions.ListenerIF
 void CmdlineOptions.addLong(CmdlineOptions.ListenerIF listener, java.lang.String name, char c)
          Add a long argumentless option with the specified listener.
 void CmdlineOptions.addLong(CmdlineOptions.ListenerIF listener, java.lang.String name, char c, boolean req_arg)
          Add a long option with argument with the specified listener.
 void CmdlineOptions.addShort(CmdlineOptions.ListenerIF listener, char c)
          Add a short argumentless option with the specified listener.
 void CmdlineOptions.addShort(CmdlineOptions.ListenerIF listener, char c, boolean req_arg)
          Add a short option with argument with the specified listener.
 



Copyright © 2000-2012 Ontopia.