Interface IEvent

All Known Subinterfaces:
IRTMPEvent
All Known Implementing Classes:
Abort, Aggregate, AudioData, BaseEvent, BytesRead, ChunkSize, ClientBW, ClientInvokeEvent, ClientNotifyEvent, FlexMessage, FlexStreamSend, Invoke, Notify, Ping, ServerBW, SetBuffer, StreamActionEvent, SWFResponse, Unknown, VideoData

public interface IEvent
IEvent interfaces is the essential interface every Event should implement
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns event context object
    Returns event listener
    Returns even type
    boolean
    Whether event has source (event listener(s))
  • Method Details

    • getType

      IEvent.Type getType()
      Returns even type
      Returns:
      Event type enumeration
    • getObject

      Object getObject()
      Returns event context object
      Returns:
      Event context object
    • hasSource

      boolean hasSource()
      Whether event has source (event listener(s))
      Returns:
       true
       
      if so,
       false
       
      otherwise
    • getSource

      IEventListener getSource()
      Returns event listener
      Returns:
      Event listener object