Package jadex.commons

Interface IRemoteChangeListener<T>

  • All Superinterfaces:
    IRemotable

    public interface IRemoteChangeListener<T>
    extends IRemotable
    Remote version of the change listener.
    • 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.