Class RevisionEvent

java.lang.Object
com.codinglitch.lexiconfig.LexiconEvent
com.codinglitch.lexiconfig.events.RevisionEvent
Direct Known Subclasses:
CatalogEvent

public class RevisionEvent extends LexiconEvent
This event is called during the revision process, when all the lexicons are being reloaded, through the /reload command or other.

When using in conjunction with CatalogEvent, this class can be used in the method in place of it.

See Also:
  • Constructor Details

    • RevisionEvent

      public RevisionEvent()