/**@class android.net.BaseDhcpStateMachine @extends com.android.internal.util.StateMachine Interface that must be implemented by DHCP state machines. This is an abstract class instead of a Java interface so that callers can just declare an object of this type and be able to call all the methods defined by either StateMachine or this class. @hide */ var BaseDhcpStateMachine = { /** */ registerForPreDhcpNotification : function( ) {}, /** */ doQuit : function( ) {}, };