FileDocCategorySizeDatePackage
InquiryCompleteEvent.javaAPI DocphoneME MR2 API (J2ME)1607Wed May 02 18:00:30 BST 2007com.sun.midp.jsr082.bluetooth

InquiryCompleteEvent

public class InquiryCompleteEvent extends BluetoothEvent
Inquiry completion event.

Fields Summary
private boolean
success
Indicates whether the inquiry succeeded.
Constructors Summary
public InquiryCompleteEvent(boolean succ)
Class constructor.

param
succ true if the inquiry succeeded, false otherwise

        success = succ;
    
Methods Summary
public voidprocess()
Processes this event.

        BluetoothStack.getInstance().onInquiryComplete(success);