org.jacorb.poa

Interface POAListener

All Superinterfaces:
EventListener
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(Object object)

Method Details

poaCreated

public void poaCreated(POA poa)


poaStateChanged

public void poaStateChanged(POA poa,
                            int new_state)


referenceCreated

public void referenceCreated(Object object)