Class HouseProfileEvent

java.lang.Object
java.util.EventObject
org.rspeer.event.Event<String>
org.rspeer.game.event.HouseProfileEvent
All Implemented Interfaces:
Serializable

public class HouseProfileEvent extends org.rspeer.event.Event<String>
See Also:
  • Constructor Details

    • HouseProfileEvent

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