public class

ServiceRegisterEvent

extends ServiceEvent
java.lang.Object
   ↳ net.gtaun.util.event.Event
     ↳ net.gtaun.shoebill.event.service.ServiceEvent
       ↳ net.gtaun.shoebill.event.service.ServiceRegisterEvent

Summary

Public Constructors
ServiceRegisterEvent(ServiceEntry entry)
ServiceRegisterEvent(ServiceEntry entry, ServiceEntry previousEntry)
Public Methods
Resource getPreviousProvider()
Service getPreviousService()
ServiceEntry getPreviousServiceEntry()
Class<? extends Service> getPreviousType()
boolean isReregistering()
[Expand]
Inherited Methods
From class net.gtaun.shoebill.event.service.ServiceEvent
From class net.gtaun.util.event.Event
From class java.lang.Object

Public Constructors

public ServiceRegisterEvent (ServiceEntry entry)

public ServiceRegisterEvent (ServiceEntry entry, ServiceEntry previousEntry)

Public Methods

public Resource getPreviousProvider ()

public Service getPreviousService ()

public ServiceEntry getPreviousServiceEntry ()

public Class<? extends Service> getPreviousType ()

public boolean isReregistering ()