Starsector API
Loading...
Searching...
No Matches
SubmarketUpdateListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign.listeners;
2
3import com.fs.starfarer.api.campaign.econ.SubmarketAPI;
4
5public interface SubmarketUpdateListener {
6 void reportSubmarketCargoAndShipsUpdated(SubmarketAPI submarket);
7
8}