StorageEvent<T> Class
- java.
lang. Object - EventListener
- com.
microsoft. azure. storage. StorageEvent<T>
- com.
Type Parameters
- T
The type of the event to be received.
public class StorageEvent
Abstract class that represents a generic event listener.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
eventOccurred(T eventArg)
Represents an event that occurred. |
Method Details
eventOccurred
public abstract void eventOccurred(T eventArg)
Represents an event that occurred.
Parameters:
eventArg
- The event object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java