org.eclipse.osgi.internal.provisional.service.security
Interface AuthorizationListener

All Superinterfaces:
EventListener

public interface AuthorizationListener
extends EventListener

A Listener interface for an authorization handler. Implementors should register as an OSGI service.

Since:
3.4

Method Summary
 void authorizationEvent(AuthorizationEvent event)
          Called when an AuthorizationEvent has occurred
 

Method Detail

authorizationEvent

void authorizationEvent(AuthorizationEvent event)
Called when an AuthorizationEvent has occurred



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.