com.genesyslab.ail.event
Interface PlaceEvent

All Superinterfaces:
ObjectEvent, java.io.Serializable
All Known Subinterfaces:
PlaceEventDNDStatusChanged, PlaceEventIMInteractionContextInfo, PlaceEventMediaAdded, PlaceEventMediaRemoved, PlaceEventMediaStatusChanged, PlaceEventOutboundChainInfo

public interface PlaceEvent
extends ObjectEvent

An event on a Place.

If actions performed on the place's media are successful, the Place interface receives PlaceEvent events that report:

See Also:
PlaceListener

Method Summary
 Place getPlace()
          Returns the place to which this event is related.
 
Methods inherited from interface com.genesyslab.ail.event.ObjectEvent
getSource
 

Method Detail

getPlace

Place getPlace()
Returns the place to which this event is related. This method returns the same as ObjectEvent.getSource().