Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.runtime.serviceactivity
Class ServiceStartedEventImpl  view ServiceStartedEventImpl download ServiceStartedEventImpl.java

java.lang.Object
  extended byorg.mobicents.slee.runtime.serviceactivity.ServiceStartedEventImpl

public class ServiceStartedEventImpl
extends java.lang.Object

Implementation of the Service Started Event.


Field Summary
private  ServiceID serviceID
           
 
Constructor Summary
ServiceStartedEventImpl(ServiceID serviceID)
           
 
Method Summary
 ServiceID getServiceID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceID

private ServiceID serviceID
Constructor Detail

ServiceStartedEventImpl

public ServiceStartedEventImpl(ServiceID serviceID)
Method Detail

getServiceID

public ServiceID getServiceID()