org.livetribe.slp.api
Class ServiceRegistrationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.livetribe.slp.api.ServiceRegistrationEvent
All Implemented Interfaces:
Serializable

public class ServiceRegistrationEvent
extends EventObject

Version:
$Rev: 200 $ $Date: 2006-08-09 14:17:10 +0200 (Wed, 09 Aug 2006) $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceRegistrationEvent(Object source, ServiceInfo current, ServiceInfo previous)
           
 
Method Summary
 ServiceInfo getCurrentServiceInfo()
           
 ServiceInfo getPreviousServiceInfo()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceRegistrationEvent

public ServiceRegistrationEvent(Object source,
                                ServiceInfo current,
                                ServiceInfo previous)
Method Detail

getCurrentServiceInfo

public ServiceInfo getCurrentServiceInfo()

getPreviousServiceInfo

public ServiceInfo getPreviousServiceInfo()


Copyright © 2006-2012 LiveTribe. All Rights Reserved.