Update documentation (may still need some work).

This commit is contained in:
Kristian S. Stangeland 2012-10-01 04:59:27 +02:00
parent c2b4b5fce3
commit 961b34da38
2 changed files with 3 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class AsyncFilterManager implements AsynchronousManager {
// Start the process
getSendingQueue(syncPacket).enqueue(newEvent);
// We know this is occuring on the main thread, to pass TRUE
// We know this is occuring on the main thread, so pass TRUE
getProcessingQueue(syncPacket).enqueue(newEvent, true);
}

View File

@ -18,6 +18,8 @@ import com.google.common.primitives.Longs;
/**
* Contains information about the packet that is being processed by asynchronous listeners.
* <p>
* Asynchronous listeners can use this to set packet timeout or transmission order.
*
* @author Kristian
*/