Class AppIdEvent

  • All Implemented Interfaces:
    org.onosproject.event.Event<AppIdEvent.Type,​org.onosproject.core.ApplicationId>

    public class AppIdEvent
    extends org.onosproject.event.AbstractEvent<AppIdEvent.Type,​org.onosproject.core.ApplicationId>
    Application ID event.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AppIdEvent.Type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AppIdEvent​(AppIdEvent.Type type, org.onosproject.core.ApplicationId subject)  
    • Method Summary

      • Methods inherited from class org.onosproject.event.AbstractEvent

        subject, time, toString, type
      • Methods inherited from class java.lang.Object

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

      • AppIdEvent

        protected AppIdEvent​(AppIdEvent.Type type,
                             org.onosproject.core.ApplicationId subject)