Uses of Class
net.sf.magicproject.event.phase.PhaseFilter

Packages that use PhaseFilter
net.sf.magicproject.event.phase The phase events : before, beginning, ending events. 
 

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

Methods in net.sf.magicproject.event.phase that return PhaseFilter
static PhaseFilter PhaseFilter.valueOf(java.io.InputStream input)
          Read and return the enum from the given inputstream.
static PhaseFilter PhaseFilter.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PhaseFilter[] PhaseFilter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.magicproject.event.phase with parameters of type PhaseFilter
BeginningPhase(int idZone, Test test, MCard card, Expression idPhase, PhaseFilter phaseFilter)
          Creates a new instance of MEventBeginningPhase specifying all attributes of this class.
EndOfPhase(int idZone, Test test, MCard card, Expression idPhase, PhaseFilter phaseFilter)
          Creates a new instance of MEventEndOfPhase specifying all attributes of this class.
 



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