Skip to content
Snippets Groups Projects
Stimulus.java 550 B
Newer Older
import com.example.notification.Notification;
import com.example.stimulusStrategy.Accelerometer;
import com.example.stimulusStrategy.Clock;
import com.example.stimulusStrategy.StimulusStrategy;

import java.util.Observer;

/**
 * Created by pharmacy on 09/01/2018.
 */


    //Allows the Stimulus Strategy to be used with this stimlus to be chosen
    void chooseStrategy(StimulusStrategy s);
}