public interface ClientLifeCycleManager
Modifier and Type | Method and Description |
---|---|
void |
clientCreated(Client client) |
void |
clientDestroyed(Client client) |
void |
registerListener(ClientLifeCycleListener listener) |
void |
unRegisterListener(ClientLifeCycleListener listener) |
void clientCreated(Client client)
void clientDestroyed(Client client)
void registerListener(ClientLifeCycleListener listener)
void unRegisterListener(ClientLifeCycleListener listener)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.