Loading...
Searching...
No Matches
SublocationChangeListener Class Referenceabstract

Class is used to listen for sublocation change events. More...

Public Member Functions

void onActiveSublocationChanged (int sublocationId)
 Called when active sublocation changes.
 

Detailed Description

Class is used to listen for sublocation change events.

Referenced from LocationWindow.

Definition at line 24 of file sublocation_change_listener.dart.

Member Function Documentation

◆ onActiveSublocationChanged()

void SublocationChangeListener.onActiveSublocationChanged ( int sublocationId)

Called when active sublocation changes.

Parameters
sublocationIdNew active sublocation identifier.

Dart code snippet:

@override
void onActiveSublocationChanged(int sublocationId) {
print("Active sublocation changed to: $sublocationId");
}

The documentation for this class was generated from the following file: