DispatchKey

public final class DispatchKey

Provides information for dispatching a message to a handler method.

Constructors

Link copied to clipboard
public void DispatchKey(Class<? extends Message> messageClass, ArgumentFilter filter, Class<? extends Message> originClass)

Functions

Link copied to clipboard
public boolean equals(Object obj)
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public String toString()
Link copied to clipboard
Creates a new key copying its data and taking the passed filter.