gov.aps.epics.jca
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(gov.aps.epics.jca.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(gov.aps.epics.jca.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.