net.kano.joscar.snac
Interface SnacPreprocessor
- All Known Implementing Classes:
- FamilyVersionPreprocessor
- public interface SnacPreprocessor
Provides an interface for "preprocessing" a SNAC packet before it is formally
processed. A SnacPreprocessor
has the ability to modify a
packet before that packet is formally processed by a SNAC processor and its
listeners.
process
public void process(MutableSnacPacket packet)
- Called when a SNAC packet is received.
- Parameters:
packet
- the packet that was received