org.norther.tammi.core.monitor
Interface QueueListener


public interface QueueListener

An interface to a listener finalizing enqueued references.

Author:
Ilkka Priha

Method Summary
 void enqueued(Reference ref)
          Notifies the listener that its referent is enqueued.
 

Method Detail

enqueued

void enqueued(Reference ref)
Notifies the listener that its referent is enqueued.

Parameters:
ref - the referent of the listener.


Copyright © 2004 The Norther Organization. All rights reserved.