Class JKRequestEventListener

java.lang.Object
com.jk.services.server.listeners.JKRequestEventListener
All Implemented Interfaces:
org.glassfish.jersey.server.monitoring.RequestEventListener

public class JKRequestEventListener extends Object implements org.glassfish.jersey.server.monitoring.RequestEventListener
This class is used for receiving JKRequestEventEvent.

The class that is interested in processing a JKRequestEventEvent implements this interface, and the object created with that class is registered with a component using the component's method.

When the JKRequestEventEvent occurs, that object's appropriate method is invoked.

Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • JKRequestEventListener

      public JKRequestEventListener()
  • Method Details

    • onEvent

      public void onEvent(org.glassfish.jersey.server.monitoring.RequestEvent event)
      Specified by:
      onEvent in interface org.glassfish.jersey.server.monitoring.RequestEventListener