Uses of Class
eu.bandm.tools.message.TrafficLight
Packages that use TrafficLight
Package
Description
Messages from an application to the user, and the building blocks
for a processing pipeline.
-
Uses of TrafficLight in eu.bandm.tools.message
Methods in eu.bandm.tools.message that return TrafficLightModifier and TypeMethodDescriptionTrafficMessageReceiver.createLight()Convenience: constructs a new traffic light and adds it as listenerMethods in eu.bandm.tools.message with parameters of type TrafficLightModifier and TypeMethodDescriptionvoidTrafficMessageReceiver.addLight(TrafficLight light) Add the given traffic light a listener to state changes.voidTrafficMessageReceiver.removeLight(TrafficLight light) Removes the given light as a listener to state changes.