org.glassfish.jersey.server.model
Interface ResourceModelListener


public interface ResourceModelListener

To get notifications on abstract resource model events, implement this interface and register your implementation class with the corresponding application.

Author:
Jakub Podlesak (jakub.podlesak at oracle.com)

Method Summary
 void onLoaded(ResourceModelContext modelContext)
           
 

Method Detail

onLoaded

void onLoaded(ResourceModelContext modelContext)


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.