Starsector API
Loading...
Searching...
No Matches
CurrentLocationChangedListener.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.campaign.listeners;
2
3
import
com.fs.starfarer.api.campaign.LocationAPI;
4
5
public
interface
CurrentLocationChangedListener
{
6
7
void
reportCurrentLocationChanged
(
LocationAPI
prev,
LocationAPI
curr);
8
}
com.fs.starfarer.api.campaign.LocationAPI
Definition
LocationAPI.java:20
com.fs.starfarer.api.campaign.listeners.CurrentLocationChangedListener
Definition
CurrentLocationChangedListener.java:5
com.fs.starfarer.api.campaign.listeners.CurrentLocationChangedListener.reportCurrentLocationChanged
void reportCurrentLocationChanged(LocationAPI prev, LocationAPI curr)
src
com
fs
starfarer
api
campaign
listeners
CurrentLocationChangedListener.java
Generated by
1.9.8