Package org.onosproject.store.core.impl
Class AppIdEvent
- java.lang.Object
-
- org.onosproject.event.AbstractEvent<AppIdEvent.Type,org.onosproject.core.ApplicationId>
-
- org.onosproject.store.core.impl.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 classAppIdEvent.Type
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppIdEvent(AppIdEvent.Type type, org.onosproject.core.ApplicationId subject)
-
-
-
Constructor Detail
-
AppIdEvent
protected AppIdEvent(AppIdEvent.Type type, org.onosproject.core.ApplicationId subject)
-
-