public interface ShareListener
The share listener interface provides a hook into the server so that an application is notified when a session connects/disconnects from a particular share.
Modifier and Type | Method and Description |
---|---|
void |
shareConnect(SrvSession sess,
TreeConnection tree)
Called when a session connects to a share
|
void |
shareDisconnect(SrvSession sess,
TreeConnection tree)
Called when a session disconnects from a share
|
void shareConnect(SrvSession sess, TreeConnection tree)
sess
- SrvSessiontree
- TreeConnectionvoid shareDisconnect(SrvSession sess, TreeConnection tree)
sess
- SrvSessiontree
- TreeConnectionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.