Class ApiKeyRepository.ItemsChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ApiKeyRepository

    public static class ApiKeyRepository.ItemsChangedEvent
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemsChangedEvent()
      Empty constructor to be able to serialize/deserialize event
      ItemsChangedEvent​(java.lang.String module)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkModule​(java.lang.String module)  
      boolean isLocal()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItemsChangedEvent

        public ItemsChangedEvent()
        Empty constructor to be able to serialize/deserialize event
      • ItemsChangedEvent

        public ItemsChangedEvent​(java.lang.String module)
    • Method Detail

      • checkModule

        public boolean checkModule​(java.lang.String module)
      • isLocal

        public boolean isLocal()