Package | Description |
---|---|
com.ewon.ewonitf |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultEventHandler.setOnButtonListener(EvtListenerBase onButtonListener,
boolean useThread)
This function is used to install a handler to monitor any change of the
eWON button state.
|
static void |
DefaultEventHandler.setOnPppListener(EvtListenerBase onPppListener,
boolean useThread)
This function is used to install a handler to monitor connections and disconnections
of the PPP interface.
|
static void |
DefaultEventHandler.setOnSmsListener(EvtListenerBase onSmsListener,
boolean useThread)
This function is used to install a handler to monitor new incoming SMS.
|
static void |
DefaultEventHandler.setOnSwitchPortListener(EvtListenerBase onSwitchPortListener,
boolean useThread)
This function is used to install a handler to monitor any change of the
eWON 4 port switch (monitor "Link good" status).
|
static void |
DefaultEventHandler.setOnVpnListener(EvtListenerBase onVpnListener,
boolean useThread)
This function is used to install a handler to monitor connections and disconnections
of the VPN interface.
|
static void |
DefaultEventHandler.setOnWanListener(EvtListenerBase onWanListener,
boolean useThread)
This function is used to install a handler to monitor connections and disconnections
of the WAN interface.
|