Class DynamicObjectEvent

All Implemented Interfaces:
Serializable

public class DynamicObjectEvent extends Event<RSDynamicObject>
See Also:
  • Constructor Details

    • DynamicObjectEvent

      public DynamicObjectEvent(RSDynamicObject source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.