Interface Event
-
- All Known Subinterfaces:
EventWithDeactivate
- All Known Implementing Classes:
AbstractEvent
,AbstractMessage
,Delay
,Divider
,Grouping
,GroupingLeaf
,GroupingStart
,HSpace
,LifeEvent
,Message
,MessageExo
,Newpage
,Note
,Notes
,Reference
public interface Event
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
dealWith(Participant someone)
Url
getUrl()
boolean
hasUrl()
boolean
isParallel()
-
-
-
Method Detail
-
dealWith
boolean dealWith(Participant someone)
-
getUrl
Url getUrl()
-
hasUrl
boolean hasUrl()
-
isParallel
boolean isParallel()
-
-