Uses of Class
prometheus.PrometheusCallback

Uses of PrometheusCallback in prometheus
 

Fields in prometheus declared as PrometheusCallback
(package private)  PrometheusCallback PrometheusBean.pcb
          Callback object handling users and messages
 PrometheusCallback LoginBean.pcb
          Callback object handling users and messages
 

Constructors in prometheus with parameters of type PrometheusCallback
PrometheusBean(java.lang.String user, PrometheusCallback pcb)
          Constructor called by PrometheusCtrl
LoginBean(java.lang.String user, java.lang.String location, java.lang.String[] aoi, PrometheusCallback pcb)
          Constructor.