Uses of Class
net.sf.magicproject.event.MEventListener

Packages that use MEventListener
net.sf.magicproject.clickable.ability Abilities. 
net.sf.magicproject.event Available events. 
net.sf.magicproject.event.phase The phase events : before, beginning, ending events. 
net.sf.magicproject.expression Provides expressions. 
net.sf.magicproject.test Provides all tests. 
 

Uses of MEventListener in net.sf.magicproject.clickable.ability
 

Methods in net.sf.magicproject.clickable.ability that return MEventListener
 MEventListener UserAbility.eventComing()
           
 MEventListener Ability.eventComing()
          Return matched to activate this ability matched to activate this ability.
 

Methods in net.sf.magicproject.clickable.ability with parameters of type MEventListener
 void Ability.setEvent(MEventListener event)
          Set the new event for this ability.
 

Constructors in net.sf.magicproject.clickable.ability with parameters of type MEventListener
AbstractAbility(java.lang.String name, MEventListener event, java.lang.String pictureName, java.util.List<Ability> linkedAbilities, TrueFalseAuto playAsSpell)
          Creates a new instance of AbstractAbility
DetachmentAbility(MEventListener event, MCard from, MCard to, Test attachmentTest)
          Creates a new instance of DetachmentAbility
 

Uses of MEventListener in net.sf.magicproject.event
 

Subclasses of MEventListener in net.sf.magicproject.event
 class ArrangedZone
          When a zone is arranged.
 class AssignedDamage
           
 class AttachedEvent
          When a card is attached to another.
 class BecomeTapped
           
 class BecomeUnTapped
          Event generated when a card become untapped
 class CanICast
           
 class Casting
          MEventCasting.java Created on 29 janv. 2004
 class DeclaredAttacking
           
 class DeclaredBlocking
           
 class Detached
          When an attached card is detached from another.
 class FacedDown
          Event generated when a card is faced down.
 class FacedUp
          Event generated when a card is faced up.
 class GivenMana
          When the mana pool is modified.
 class LethalDamaged
          Event generated when a card receive enougth damages to make it dead
 class LoseGame
          MEventLifeChanged.java Created on 29 janv. 2004
 class ModifiedController
           
 class ModifiedIdCard
           
 class ModifiedIdColor
           
 class ModifiedOwner
           
 class ModifiedProperty
           
 class ModifiedPropertyIntersection
           
 class ModifiedRegister
           
 class ModifiedRegisterRange
           
 class MovedCard
           
 class Targeted
          When this a component is targeted.
 class TriggeredEvent
          MEventTriggered.java Created on 2 févr. 2004
 class UncaughtException
           
 class UpdatedLife
           
 class UpdateToughness
          When this event is raised.
 

Methods in net.sf.magicproject.event that return MEventListener
 MEventListener MEventListener.appendOr(MEventListener other)
          Create and returns an union of this event and the specified one.
 MEventListener FacedUp.appendOr(MEventListener other)
          Create and returns an union of this event and the specified one.
 MEventListener FacedDown.appendOr(MEventListener other)
          Create and returns an union of this event and the specified one.
 MEventListener Casting.appendOr(MEventListener other)
          Create and returns an union of this event and the specified one.
 MEventListener BecomeUnTapped.appendOr(MEventListener other)
           
 MEventListener BecomeTapped.appendOr(MEventListener other)
           
 MEventListener UpdateToughness.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener UpdatedLife.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener UncaughtException.clone(MCard card)
          Return a copy of this with the specified owner
abstract  MEventListener TriggeredEvent.clone(MCard card)
           
 MEventListener Targeted.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener MovedCard.clone(MCard card)
           
 MEventListener ModifiedRegisterRange.clone(MCard card)
           
 MEventListener ModifiedRegister.clone(MCard card)
           
 MEventListener ModifiedPropertyIntersection.clone(MCard card)
           
 MEventListener ModifiedProperty.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener ModifiedOwner.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener ModifiedIdColor.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener ModifiedIdCard.clone(MCard card)
           
 MEventListener ModifiedController.clone(MCard card)
          Return a copy of this with the specified owner
abstract  MEventListener MEventListener.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener LoseGame.clone(MCard card)
           
 MEventListener LethalDamaged.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener GivenMana.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener FacedUp.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener FacedDown.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener Detached.clone(MCard card)
           
 MEventListener DeclaredBlocking.clone(MCard card)
           
 MEventListener DeclaredAttacking.clone(MCard card)
           
 MEventListener Casting.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener CanICast.clone(MCard card)
           
 MEventListener BecomeUnTapped.clone(MCard card)
           
 MEventListener BecomeTapped.clone(MCard card)
           
 MEventListener AttachedEvent.clone(MCard card)
           
 MEventListener AssignedDamage.clone(MCard card)
           
 MEventListener ArrangedZone.clone(MCard card)
           
static MEventListener EventFactory.readNextEvent(java.io.InputStream inputFile, MCard card)
          return the next EventListener read from the current offset
Structure of InputStream : Data[size] idEvent [1] idZone [1] test [...]
 

Methods in net.sf.magicproject.event with parameters of type MEventListener
 MEventListener MEventListener.appendOr(MEventListener other)
          Create and returns an union of this event and the specified one.
 MEventListener FacedUp.appendOr(MEventListener other)
          Create and returns an union of this event and the specified one.
 MEventListener FacedDown.appendOr(MEventListener other)
          Create and returns an union of this event and the specified one.
 MEventListener Casting.appendOr(MEventListener other)
          Create and returns an union of this event and the specified one.
 MEventListener BecomeUnTapped.appendOr(MEventListener other)
           
 MEventListener BecomeTapped.appendOr(MEventListener other)
           
 

Uses of MEventListener in net.sf.magicproject.event.phase
 

Subclasses of MEventListener in net.sf.magicproject.event.phase
 class BeforePhase
           
 class BeginningPhase
           
 class EndOfPhase
          End of phase events.
 

Methods in net.sf.magicproject.event.phase that return MEventListener
 MEventListener EndOfPhase.appendOr(MEventListener other)
           
 MEventListener BeginningPhase.appendOr(MEventListener other)
           
 MEventListener BeforePhase.appendOr(MEventListener other)
           
 MEventListener EndOfPhase.clone(MCard card)
           
 MEventListener BeginningPhase.clone(MCard card)
          Return a copy of this with the specified owner
 MEventListener BeforePhase.clone(MCard card)
           
 

Methods in net.sf.magicproject.event.phase with parameters of type MEventListener
 MEventListener EndOfPhase.appendOr(MEventListener other)
           
 MEventListener BeginningPhase.appendOr(MEventListener other)
           
 MEventListener BeforePhase.appendOr(MEventListener other)
           
 

Uses of MEventListener in net.sf.magicproject.expression
 

Method parameters in net.sf.magicproject.expression with type arguments of type MEventListener
 void UnaryExpression.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void RegisterAccess.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void Position.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void LowestAmong.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void IfThenElse.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void HighestAmong.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void Expression.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
          Adds to the specified list, the events modifying the result of this test.
 void Counter.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void BinaryExpression.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 

Uses of MEventListener in net.sf.magicproject.test
 

Method parameters in net.sf.magicproject.test with type arguments of type MEventListener
 void TestExpr.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void Test.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
          Add to the specified list, the events modifying the result of this test.
 void ReplaceTested.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void PreviousZone.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void Not.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void IsFaceUp.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void InZone.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void HasIdCard.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void HasColor.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void Has.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 void BinaryTest.extractTriggeredEvents(java.util.List<MEventListener> res, MCard source, Test globalTest)
           
 



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