Class LoanEvent

java.lang.Object
megamek.common.event.MMEvent
mekhq.campaign.event.LoanEvent
Direct Known Subclasses:
LoanNewEvent, LoanRemovedEvent

public abstract class LoanEvent extends megamek.common.event.MMEvent
abstract base class for events involving loans.
  • Field Summary

    Fields inherited from class megamek.common.event.MMEvent

    cancelled
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class megamek.common.event.MMEvent

    cancel, isCancellable, isCancelled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoanEvent

      public LoanEvent(Loan loan)
  • Method Details

    • getLoan

      public Loan getLoan()