org.smslib
Interface IGatewayStatusNotification
public interface IGatewayStatusNotification
Interface of the callback class used by SMSLib. SMSLib will call this method
whenever a gateway changes status.
- See Also:
Service.setGatewayStatusNotification(IGatewayStatusNotification)
process
void process(AGateway gateway,
AGateway.GatewayStatuses oldStatus,
AGateway.GatewayStatuses newStatus)
- This method will be called by SMSLib whenever a gateway changes its
status.
- Parameters:
gateway
- The Gateway involved in the status change.oldStatus
- The old status.newStatus
- The new status.
(c) 2002-2011, http://smslib.org