Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Interface ServiceListener

All Superinterfaces:
java.util.EventListener

public interface ServiceListener
extends java.util.EventListener

The listener interface for receiving ServiceEvents.

Author:
jh 2007.11.12
See Also:
Service, ServiceEvent

Method Summary
 void serviceStarted(ServiceEvent evt)
          Invoked when a service has started.
 void serviceStarting(ServiceEvent evt)
          Invoked when a service is starting.
 void serviceStopped(ServiceEvent evt)
          Invoked when a service has stopped.
 void serviceStopping(ServiceEvent evt)
          Invoked when a service is stopping.

 

Method Detail

serviceStarting

void serviceStarting(ServiceEvent evt)
Invoked when a service is starting.
Parameters:
evt - the ServiceEvent.SERVICE_STARTING event

serviceStarted

void serviceStarted(ServiceEvent evt)
Invoked when a service has started.
Parameters:
evt - the ServiceEvent.SERVICE_STARTED event

serviceStopping

void serviceStopping(ServiceEvent evt)
Invoked when a service is stopping.
Parameters:
evt - the ServiceEvent.SERVICE_STOPPING event

serviceStopped

void serviceStopped(ServiceEvent evt)
Invoked when a service has stopped.
Parameters:
evt - the ServiceEvent.SERVICE_STOPPED event

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.