public interface LocationModeListener
LocationMode
. The listener gets informed
if the apply
method is called.Modifier and Type | Method and Description |
---|---|
void |
applyDone(LocationModeEvent event)
Called by a
LocationMode after the
apply
method has done its work. |
void |
applyStarting(LocationModeEvent event)
Called by a
LocationMode right before the
apply
method starts. |
void applyStarting(LocationModeEvent event)
LocationMode
right before the
apply
method starts.event
- detailed information about the eventvoid applyDone(LocationModeEvent event)
LocationMode
after the
apply
method has done its work.event
- detailed information about the event