Commit ef4e2657 authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

TopologyViews are now available via the `Binder`

All GlobalComponent are automatically added to the Binder on system
configuration.
parent b868ff2f
......@@ -29,6 +29,7 @@ import de.tud.kom.p2psim.api.linklayer.mac.MacLayer;
import de.tud.kom.p2psim.api.linklayer.mac.PhyType;
import de.tud.kom.p2psim.api.topology.TopologyListener;
import de.tud.kom.p2psim.api.topology.movement.MovementListener;
import de.tudarmstadt.maki.simonstrator.api.component.GlobalComponent;
import de.tudarmstadt.maki.simonstrator.api.component.sensor.location.Location;
/**
......@@ -42,7 +43,8 @@ import de.tudarmstadt.maki.simonstrator.api.component.sensor.location.Location;
* @author Bjoern Richerzhagen
* @version 1.0, 21.02.2012
*/
public interface TopologyView extends TopologyListener, MovementListener {
public interface TopologyView
extends TopologyListener, MovementListener, GlobalComponent {
/**
* The {@link PhyType} this View represents
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment