com.motorola.oem.osc
Interface OSCWdogListener


public interface OSCWdogListener

Listener type for watchdog pings.


Method Summary
 void onMidletWdogPing()
          Handler for watchdog pings.
 

Method Detail

onMidletWdogPing

void onMidletWdogPing()
Handler for watchdog pings.
Once OSC.startMIDletWatchdog(int) is called, periodical pings will be received resulting this method's invoking. This method is intended to contain a call to OSC.kickMIDletWatchdog(). See device's User Guide for exact frequecy of periodical pings.