gov.sns.jca
Class PutNotifier

java.lang.Object
  |
  +--gov.sns.jca.PutNotifier
All Implemented Interfaces:
java.util.EventListener, gov.aps.jca.event.PutListener

public class PutNotifier
extends java.lang.Object
implements gov.aps.jca.event.PutListener


Field Summary
protected  Channel _channel
           
protected  PutListener _listener
           
 
Constructor Summary
PutNotifier(Channel channel, PutListener listener)
          Creates a new instance of PutNotifier
 
Method Summary
 void putCompleted(gov.aps.jca.event.PutEvent putEvent)
          jca.event.PutListener Interface Implementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_listener

protected PutListener _listener

_channel

protected Channel _channel
Constructor Detail

PutNotifier

public PutNotifier(Channel channel,
                   PutListener listener)
Creates a new instance of PutNotifier

Method Detail

putCompleted

public void putCompleted(gov.aps.jca.event.PutEvent putEvent)
jca.event.PutListener Interface Implementation

Specified by:
putCompleted in interface gov.aps.jca.event.PutListener