Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.actions
Interface RestrictedAction.RestrictionListener

Enclosing class:
RestrictedAction

public static interface RestrictedAction.RestrictionListener

Users of this class can register a RestrictionListener to get informed about missing rights during execution of the action.


Method Summary
 void restricted(RestrictedAction.RestrictionEvent event)
          The action has been executed with missing rights.
 

Method Detail

restricted

void restricted(RestrictedAction.RestrictionEvent event)
The action has been executed with missing rights.

Parameters:
event - a RestrictionEvent containing the required right.

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013