Package jadex.commons

Interface IRemoteChangeListener<T>

    • Method Detail

      • changeOccurred

        IFuture<java.lang.Void> changeOccurred​(ChangeEvent<T> event)
        Called when a change occurs. Signature has a return value for understanding when an exception occurs so that there is a chance to remove the listener:
        Parameters:
        event - The event.