Class PositionChangedEvent
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.api.PositionChangedEvent
-
public class PositionChangedEvent extends Object
Position Changed Event to add/fire in the Outside Plant View- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PositionChangedEvent.PositionChangedEventListener
-
Constructor Summary
Constructors Constructor Description PositionChangedEvent(double lat, double lng, PositionChangedEvent.PositionChangedEventListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLat()
PositionChangedEvent.PositionChangedEventListener
getListener()
double
getLng()
-
-
-
Constructor Detail
-
PositionChangedEvent
public PositionChangedEvent(double lat, double lng, PositionChangedEvent.PositionChangedEventListener listener)
-
-
Method Detail
-
getLat
public double getLat()
-
getLng
public double getLng()
-
getListener
public PositionChangedEvent.PositionChangedEventListener getListener()
-
-