|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
edu.wpi.ebob.model.cm.ClassManagerEvent
public class ClassManagerEvent
Field Summary | |
---|---|
private boolean |
newFlag
|
private boolean |
oldFlag
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ClassManagerEvent(java.lang.Object source,
boolean oldFlag,
boolean newFlag)
Called only if the dirty flag has been changed. |
Method Summary | |
---|---|
boolean |
getNewFlag()
|
boolean |
getOldFlag()
|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private boolean oldFlag
private boolean newFlag
Constructor Detail |
---|
public ClassManagerEvent(java.lang.Object source, boolean oldFlag, boolean newFlag)
source
- The project on which the Event initially occurred.oldFlag
- the previous value of the dirty flag.newFlag
- the new value of the dirty flag.Method Detail |
---|
public boolean getNewFlag()
public boolean getOldFlag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |