net.agmodel.utilBean
Interface ServiceBeanListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- ChizuRequestBean, DataSourceBean, DEMSpatialRequestBean, ResourceBean
- public interface ServiceBeanListener
- extends EventListener
Implemented in order to receive notification of connection events from a ServerBean.
Classes implementing this interface are usually added as listeners to the ServerBean using ServerBean#addServerBeanListener(ServerBeanListener)
newConnection
public void newConnection(ServiceBeanEvent evt)
- Called when a ServerBean establishes a connection to a server
- Parameters:
evt - contact details for the server.