/// <param name="sender">The sender</param>
/// <param name="e">The EventArgs object containing the packet data</param>
protected void AvatarAnimationHandler(Object sender, PacketReceivedEventArgs e)
{
Packet packet = e.getPacket();
AvatarAnimationPacket animation = (AvatarAnimationPacket)packet;
if (animation.Sender.ID.equals(Client.self.getAgentID()))
{
synchronized (SignaledAnimations.getDictionary())
{