Class ActivityListener


  • public abstract class ActivityListener
    extends Object
    Allows user programs to receive callbacks for file open/close activities.

    Instantiate this class and put it into LIST to start receiving callbacks. Listeners must be concurrent and re-entrant safe.

    Author:
    Michal Linhard (michal@linhard.sk), Kohsuke Kawaguchi