Package nxt.freeze

Class AbstractFreezeBlockHandler

java.lang.Object
nxt.freeze.AbstractFreezeBlockHandler
All Implemented Interfaces:
Listener<Block>

public abstract class AbstractFreezeBlockHandler extends Object implements Listener<Block>
  • Constructor Details

    • AbstractFreezeBlockHandler

      protected AbstractFreezeBlockHandler(HoldingType holdingType)
  • Method Details

    • notify

      public final void notify(Block block)
      Specified by:
      notify in interface Listener<Block>
    • handleFreeze

      protected abstract void handleFreeze(long holdingId)