Class AddressLookupEvent.OptionSelected
-
- All Implemented Interfaces:
public final class AddressLookupEvent.OptionSelected extends AddressLookupEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final LookupAddresslookupAddressprivate final Booleanloading
-
Constructor Summary
Constructors Constructor Description AddressLookupEvent.OptionSelected(LookupAddress lookupAddress, Boolean loading)
-
Method Summary
Modifier and Type Method Description final LookupAddressgetLookupAddress()final BooleangetLoading()-
-
Constructor Detail
-
AddressLookupEvent.OptionSelected
AddressLookupEvent.OptionSelected(LookupAddress lookupAddress, Boolean loading)
-
-
Method Detail
-
getLookupAddress
final LookupAddress getLookupAddress()
-
getLoading
final Boolean getLoading()
-
-
-
-