package de.persosim.simulator.secstatus; import de.persosim.simulator.processing.UpdatePropagation; /** * Container to store new value for the SecStatus and propagate it from protocol * to the SecStatus * * @author amay * */ public abstract class SecStatusUpdatePropagation implements UpdatePropagation { }