gov.aps.jca.event
Interface AccessRightsListener

All Superinterfaces:
java.util.EventListener

public interface AccessRightsListener
extends java.util.EventListener

The listener interface for receiving AccessRightsEvents.

See Also:
Channel

Method Summary
 void accessRightsChanged(AccessRightsEvent ev)
          This method is called whenever the access rights of the Channel(s), with which the listener is registered, changed.
 

Method Detail

accessRightsChanged

public void accessRightsChanged(AccessRightsEvent ev)
This method is called whenever the access rights of the Channel(s), with which the listener is registered, changed.

Parameters:
ev - the AccessRightsEvent representing the change.