Interface EventListener<T extends Event>

All Superinterfaces:
EventListener<T>
All Known Implementing Classes:
CommonDocumentGenerator, DynamicEventListener, EventListener, MessageTypeCallListener, MessageTypeCallRegister, ProfileAction.Config

public interface EventListener<T extends Event> extends EventListener<T>
Event listener. The interface is temporary inherited from a deprecated one for backward compatibility reasons. Later that parent will be removed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(T e, ConnectionSet conSet)