Package jadex.commons

Interface IRemoteChangeListener<T>

  • All Superinterfaces:
    jadex.commons.IRemotable

    public interface IRemoteChangeListener<T>
    extends jadex.commons.IRemotable
    Remote version of the change listener.
    • Method Detail

      • changeOccurred

        jadex.commons.future.IFuture<java.lang.Void> changeOccurred​(jadex.commons.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.