Home | History | Annotate | Download | only in smackx

Lines Matching refs:packetID

144         String packetID,
158 method.invoke(listeners[i], new Object[] { from, packetID, this });
174 String packetID,
189 method.invoke(listeners[i], new Object[] { from, packetID });
232 * @param packetID the id of the message to send.
234 public void sendDeliveredNotification(String to, String packetID) {
240 messageEvent.setPacketID(packetID);
250 * @param packetID the id of the message to send.
252 public void sendDisplayedNotification(String to, String packetID) {
258 messageEvent.setPacketID(packetID);
268 * @param packetID the id of the message to send.
270 public void sendComposingNotification(String to, String packetID) {
276 messageEvent.setPacketID(packetID);
286 * @param packetID the id of the message to send.
288 public void sendCancelledNotification(String to, String packetID) {
294 messageEvent.setPacketID(packetID);