net.jetrix.filter
Class LogoFilter

java.lang.Object
  extended by net.jetrix.filter.MessageFilter
      extended by net.jetrix.filter.GenericFilter
          extended by net.jetrix.filter.LogoFilter

public class LogoFilter
extends GenericFilter

Display a logo on the field of players loosing the game.

Version:
$Revision: 569 $, $Date: 2005-01-10 18:40:10 +0100 (lun., 10 janv. 2005) $
Author:
Emmanuel Bourg

Field Summary
 
Fields inherited from class net.jetrix.filter.GenericFilter
log
 
Fields inherited from class net.jetrix.filter.MessageFilter
config
 
Constructor Summary
LogoFilter()
           
 
Method Summary
 String getAuthor()
          Returns the author of this filter.
 String getDescription()
          Returns a short description of this filter.
 String getName()
          Returns the name of this filter.
 String getVersion()
          Returns the version of this filter
 void onMessage(PlayerLostMessage m, List<Message> out)
           
 
Methods inherited from class net.jetrix.filter.GenericFilter
onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onMessage, onSpecial, process
 
Methods inherited from class net.jetrix.filter.MessageFilter
destroy, getChannel, getConfig, getProperty, init, isShared, setChannel, setConfig, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoFilter

public LogoFilter()
Method Detail

onMessage

public void onMessage(PlayerLostMessage m,
                      List<Message> out)
Overrides:
onMessage in class GenericFilter

getName

public String getName()
Description copied from class: MessageFilter
Returns the name of this filter.

Overrides:
getName in class MessageFilter

getDescription

public String getDescription()
Description copied from class: MessageFilter
Returns a short description of this filter.

Overrides:
getDescription in class MessageFilter

getVersion

public String getVersion()
Description copied from class: MessageFilter
Returns the version of this filter

Overrides:
getVersion in class MessageFilter

getAuthor

public String getAuthor()
Description copied from class: MessageFilter
Returns the author of this filter.

Overrides:
getAuthor in class MessageFilter


Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.