Interface MutableEventScript

All Superinterfaces:
EventScript, Serializable
All Known Implementing Classes:
EventScriptImpl

public interface MutableEventScript extends EventScript
  • Method Details

    • setKey

      void setKey(String key)
    • setEventType

      void setEventType(EventType type)
    • setScript

      void setScript(Script script)