Class ConfigPanelEvent
java.lang.Object
java.util.EventObject
org.rspeer.event.Event<ConfigPanelManager>
org.rspeer.game.script.event.ConfigPanelEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigPanelEvent(ConfigPanelManager source, String key, boolean booleanValue) ConfigPanelEvent(ConfigPanelManager source, String key, Object objectValue) ConfigPanelEvent(ConfigPanelManager source, String key, String textValue) -
Method Summary
Methods inherited from class org.rspeer.event.Event
consume, getSource, isConsumedMethods inherited from class EventObject
toString
-
Constructor Details
-
ConfigPanelEvent
-
ConfigPanelEvent
-
ConfigPanelEvent
-
-
Method Details
-
getKey
-
textValue
-
booleanValue
public boolean booleanValue() -
objectValue
-