|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |