net.sf.magicproject.event
Class NeverTriggered

java.lang.Object
  extended by net.sf.magicproject.event.MEventListener
      extended by net.sf.magicproject.event.TriggeredEvent
          extended by net.sf.magicproject.event.NeverTriggered
All Implemented Interfaces:
RegisterableEvent

public class NeverTriggered
extends TriggeredEvent

Author:
Fabrice Daugan

Field Summary
static Event EVENT
          The event type.
 
Fields inherited from class net.sf.magicproject.event.TriggeredEvent
replacement
 
Fields inherited from class net.sf.magicproject.event.MEventListener
CAN_I_CAST_ABILITIES, card, REPLACEMENT_ABILITIES, test, TRIGGRED_ABILITIES
 
Method Summary
 MEventListener clone(MCard card)
          Return a copy of this with the specified owner
 Event getIdEvent()
          Return the idEvent of this event
static NeverTriggered getInstance()
          Return the unique instance of this class.
 
Methods inherited from class net.sf.magicproject.event.TriggeredEvent
isActivated, isTriggered, registerToManager, removeFromManager, toHtmlString
 
Methods inherited from class net.sf.magicproject.event.MEventListener
appendOr, getIdPlace, isWellPlaced, isWellPlaced, reCheck, reCheck, reset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT

public static final Event EVENT
The event type.

Method Detail

clone

public MEventListener clone(MCard card)
Return a copy of this with the specified owner

Specified by:
clone in class TriggeredEvent
Parameters:
card - is the card of the ability of this event
Returns:
copy of this event

getInstance

public static NeverTriggered getInstance()
Return the unique instance of this class.

Returns:
the unique instance of this class.

getIdEvent

public final Event getIdEvent()
Description copied from class: MEventListener
Return the idEvent of this event

Specified by:
getIdEvent in class TriggeredEvent
Returns:
the idEvent of this event


Copyright © 2003-2006 Magic-Project. All Rights Reserved.