Interface SignalTarget

    • Method Detail

      • getSignalHandler

        SignalHandler getSignalHandler()
        Get the signal handler that is handling signals on behalf of this object. Multiple invokations of this method may receive the same or different objects. Null may be returned if, for some reason, the current object instance doesn't want to receive signals. Returning null is the same as not implementing this interface.
        Returns:
        A SignalHandler object, or null if the current instance doesn't support signals