org.jacorb.poa
Interface POAListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
EventMulticaster, ORB, POAAdapter, POAMonitorImpl

public interface POAListener
extends EventListener

A poa event listener interface for receiving request queue events.

Version:
1.01, 06/20/99, RT
Author:
Reimo Tiedemann, FU Berlin

Method Summary
 void poaCreated(POA poa)
           
 void poaStateChanged(POA poa, int new_state)
           
 void referenceCreated(org.omg.CORBA.Object object)
           
 

Method Detail

poaCreated

void poaCreated(POA poa)

poaStateChanged

void poaStateChanged(POA poa,
                     int new_state)

referenceCreated

void referenceCreated(org.omg.CORBA.Object object)