Interface ChannelFindRequester


  • public interface ChannelFindRequester
    Author:
    mrk
    • Method Detail

      • channelFindResult

        void channelFindResult​(org.epics.pvdata.pv.Status status,
                               ChannelFind channelFind,
                               boolean wasFound)
        Parameters:
        status - Completion status.
        channelFind - The ChannelFind instance.
        wasFound - true if the channel was found, otherwise false.