com.google.gwt.tok.client.handler.DeviceStatusHandler.java Source code

Java tutorial

Introduction

Here is the source code for com.google.gwt.tok.client.handler.DeviceStatusHandler.java

Source

package com.google.gwt.tok.client.handler;

import com.google.gwt.event.shared.EventHandler;
import com.google.gwt.tok.client.event.DeviceStatusEvent;

public interface DeviceStatusHandler extends EventHandler {

    void onDeviceStatus(DeviceStatusEvent event);
}