public interface ILineEventListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
backLine(long time,
long busId,
long lowlineId,
LineUpDown upDown,
int seconds,
ILineEventContext cxt) |
void |
leaveArea(long busId,
IGps gps,
long changId,
IAreaReachEventContext areaEventContxt) |
void |
leaveBusstop(long time,
long busId,
long lowlineId,
LineUpDown upDown,
int busstopSerial,
long busstopId,
int seconds,
IReachBusstopContext cxt) |
void |
leaveLine(long time,
long busId,
long lowlineId,
LineUpDown upDown,
ILineEventContext cxt) |
void |
reachArea(long busId,
IGps gps,
long changId,
IAreaReachEventContext areaEventContxt) |
void |
reachBusstop(long time,
long busId,
long lowlineId,
LineUpDown upDown,
int busstopSerial,
long busstopId,
IReachBusstopContext cxt) |
void reachBusstop(long time,
long busId,
long lowlineId,
LineUpDown upDown,
int busstopSerial,
long busstopId,
IReachBusstopContext cxt)
void leaveBusstop(long time,
long busId,
long lowlineId,
LineUpDown upDown,
int busstopSerial,
long busstopId,
int seconds,
IReachBusstopContext cxt)
void leaveLine(long time,
long busId,
long lowlineId,
LineUpDown upDown,
ILineEventContext cxt)
void backLine(long time,
long busId,
long lowlineId,
LineUpDown upDown,
int seconds,
ILineEventContext cxt)
void reachArea(long busId,
IGps gps,
long changId,
IAreaReachEventContext areaEventContxt)
void leaveArea(long busId,
IGps gps,
long changId,
IAreaReachEventContext areaEventContxt)
Copyright © 2022. All rights reserved.