Class MemoryChangeEvent

All Implemented Interfaces:
Cancellable

public class MemoryChangeEvent extends MemoryEvent
Called when a Memory Changes
  • Constructor Details

  • Method Details

    • getOldValue

      public Object getOldValue()
      Get the old value of this MemoryChangeEvent.
      Returns:
      Old Value
    • getNewValue

      public Object getNewValue()
      Get the new value of this MemoryChangeEvent.
      Returns:
      New Value