jPOS 1.6.1 API Documentation

org.jpos.space
Interface SpaceListener

All Known Implementing Classes:
Connector, QMUX, SpaceMUX, SpaceTap

public interface SpaceListener

Since:
2.0
Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alejandro Revilla
See Also:
Space

Method Summary
 void notify(java.lang.Object key, java.lang.Object value)
          Called by Space implementation whenever an object with the given key is being placed in the Space.
 

Method Detail

notify

void notify(java.lang.Object key,
            java.lang.Object value)

Called by Space implementation whenever an object with the given key is being placed in the Space.

Parameters:
key - Object's key
value - Object's value

jPOS.org