| Package | Description |
|---|---|
| com.comphenix.protocol.events |
| Modifier and Type | Class and Description |
|---|---|
class |
PacketPostAdapter
Represents an adapter version of a post listener.
|
| Modifier and Type | Method and Description |
|---|---|
List<PacketPostListener> |
NetworkMarker.getPostListeners()
Retrieve an immutable view of all the listeners that will be invoked once the packet has been sent or received.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NetworkMarker.addPostListener(PacketPostListener listener)
Add a listener that is invoked after a packet has been successfully sent to the client, or received
by the server.
|
boolean |
NetworkMarker.removePostListener(PacketPostListener listener)
Remove the first instance of the given listener.
|
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.