org.jacorb.poa
Interface POAListener

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

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(Object object)
           
 

Method Detail

poaCreated

public void poaCreated(POA poa)

poaStateChanged

public void poaStateChanged(POA poa,
                            int new_state)

referenceCreated

public void referenceCreated(Object object)