jasi.sim.user.model.sense
Interface SenseEventListener


public interface SenseEventListener

The interface for the sense model.


Method Summary
 void sense(Sensing sensing, Sensor sensor, Sensable sensable)
          Evaluate sense event.
 

Method Detail

sense

void sense(Sensing sensing,
           Sensor sensor,
           Sensable sensable)
Evaluate sense event. This method checks, if a seeing element is able to see another element with a given sensor.

Parameters:
sensing - The seeing element.
sensor - The used sensor.
sensable - The seen element.