Uses of Class
org.osgi.util.pushstream.PushEvent.EventType
-
Packages that use PushEvent.EventType Package Description org.osgi.util.pushstream Push Stream Package Version 1.0. -
-
Uses of PushEvent.EventType in org.osgi.util.pushstream
Methods in org.osgi.util.pushstream that return PushEvent.EventType Modifier and Type Method Description PushEvent.EventType
PushEvent.CloseEvent. getType()
PushEvent.EventType
PushEvent.DataEvent. getType()
PushEvent.EventType
PushEvent.ErrorEvent. getType()
abstract PushEvent.EventType
PushEvent. getType()
Get the type of this event.static PushEvent.EventType
PushEvent.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PushEvent.EventType[]
PushEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-