Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

Uses of Interface
ie.ncl.msg.SenderListener

Packages that use SenderListener
ie.ncl.msg This package provides a generic interface to all messaging protocols including but not limited to the SMS cellular network protocols. 
ie.ncl.sms.cimd This package contains the Computer Interface to Message Distribution (CIMD) protocol classes used to interface with an CIMD compliant SMSC such as Nokia's SMSC models. 
ie.ncl.sms.modem This package contains the GsmModem protocol classes used to interface with an GSM cellular device such as a: Siemens M30, TC35, MC35, S45, SL45; a Nokia PremiCell, Phone Card, 6310, 6310i; Sony Ericsson GM27/29; and Falcom A2 
ie.ncl.sms.smpp This package contains  the Short Message Peer to Peer (SMPP) protocol classes used to interface with an SMPP compliant SMSC such as Logica's Telepath SMSC. 
ie.ncl.sms.ucp This package contains the Univeral Computer Protocol (UCP) protocol classes used to interface with an UCP compliant SMSC such as CMG's SMSC models. 
 

Uses of SenderListener in ie.ncl.msg
 

Classes in ie.ncl.msg that implement SenderListener
 class ConnectionManager
           
 class SyncSender
          This is a convenience class for converting asynchronous senders into synchronous ones.
 

Methods in ie.ncl.msg with parameters of type SenderListener
 void Sender.send(Message message, SenderListener listener)
          Send a message asynchronously.
 void Loopback.send(Message message, SenderListener listener)
          Implements Sender API.
 void ConnectionManager.send(Message m, SenderListener applicationSenderListener)
          Send a message.
 

Uses of SenderListener in ie.ncl.sms.cimd
 

Methods in ie.ncl.sms.cimd with parameters of type SenderListener
 void CimdConnection.send(Message message, SenderListener listener)
           
 

Uses of SenderListener in ie.ncl.sms.modem
 

Methods in ie.ncl.sms.modem with parameters of type SenderListener
 void GsmModem.send(Message m, SenderListener listener)
          Send a message asynchronously.
 

Uses of SenderListener in ie.ncl.sms.smpp
 

Methods in ie.ncl.sms.smpp with parameters of type SenderListener
 void SmppConnection.send(Message message, SenderListener listener)
          Sender Interface Method.
 

Uses of SenderListener in ie.ncl.sms.ucp
 

Methods in ie.ncl.sms.ucp with parameters of type SenderListener
 void UCPConnection.send(Message message, SenderListener listener)
           
 


Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit