Package gov.aps.jca.event
Interface AccessRightsListener
-
- All Superinterfaces:
EventListener
public interface AccessRightsListener extends EventListener
The listener interface for receiving AccessRightsEvents.- See Also:
Channel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccessRightsChanged(AccessRightsEvent ev)This method is called whenever the access rights of the Channel(s), with which the listener is registered, changed.
-
-
-
Method Detail
-
accessRightsChanged
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.
-
-