Uses of Class
edu.ubo.satellitebeacons.main.event.DestinationReachEvent
-
Packages that use DestinationReachEvent Package Description edu.ubo.satellitebeacons.main.movable Package with all classes related to movables and movements.edu.ubo.satellitebeacons.main.movable.movement -
-
Uses of DestinationReachEvent in edu.ubo.satellitebeacons.main.movable
Methods in edu.ubo.satellitebeacons.main.movable that return types with arguments of type DestinationReachEvent Modifier and Type Method Description Listener<DestinationReachEvent>Beacon. getReachOldPositionListener()Return the old position listener.Listener<DestinationReachEvent>Beacon. getReachSeaLevelListener()Return the reach sea level listener.Methods in edu.ubo.satellitebeacons.main.movable with parameters of type DestinationReachEvent Modifier and Type Method Description voidBeacon. onReachSeaLevel(DestinationReachEvent event)Reach sea level listener. -
Uses of DestinationReachEvent in edu.ubo.satellitebeacons.main.movable.movement
Methods in edu.ubo.satellitebeacons.main.movable.movement with parameters of type DestinationReachEvent Modifier and Type Method Description voidStackMovement. onDestinationReachEvent(DestinationReachEvent event)
-