Class EndpointEvent

    • Constructor Detail

      • EndpointEvent

        public EndpointEvent​(int type,
                             EndpointDescription endpoint)
        Constructs a EndpointEvent object from the given arguments.
        Parameters:
        type - The event type. See getType().
        endpoint - The endpoint associated with the event.
    • Method Detail

      • getEndpoint

        public EndpointDescription getEndpoint()
        Return the endpoint associated with this event.
        Returns:
        The endpoint associated with the event.