Class CoreDataEvent

java.lang.Object
be.lmenten.avr.core.event.CoreEvent
be.lmenten.avr.core.event.CoreDataEvent

public class CoreDataEvent extends CoreEvent
  • Field Details

  • Constructor Details

    • CoreDataEvent

      public CoreDataEvent(Core core)
  • Method Details

    • setMemoryType

      public void setMemoryType(int memoryType)
    • getMemoryType

      public int getMemoryType()
    • setAccessType

      public void setAccessType(int accessType)
    • getAccessType

      public int getAccessType()
    • setAddress

      public void setAddress(int address)
    • getAddress

      public int getAddress()
    • setValue

      public void setValue(byte oldValue)
    • getOldValue

      public byte getOldValue()
    • setNewValue

      public void setNewValue(byte newValue)
    • getNewValue

      public byte getNewValue()
    • cellIsNotFlashed

      public void cellIsNotFlashed(boolean notFlashed)
    • isCellFlashed

      public boolean isCellFlashed()
    • cellWasJustCreated

      public void cellWasJustCreated(boolean justCreated)
    • wasCellJustCreated

      public boolean wasCellJustCreated()