Skip navigation links
com.sen.openscape.csta.provider

Interface CstaEventListener

    • Method Detail

      • newCstaEvent

        void newCstaEvent(CstaEventObject evt)
        New csta event. Key concept: Do as little as possible inside the event handler. We must get out of the event handler code as fast as we can to allow the CSTA SDK to process more events. The CSTA SDK has a thread pool to process more than one event at the same time, but the thread pool is not infinite. Once all threads are busy with events, the next event will only be dispatched when one of the threads returns from the event handler function. An application that executes slow code inside the event handler will eventually force the CSTA SDK to hold back on event dispatching.
        Parameters:
        evt - the event