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 booleandealWith(Participant someone)UrlgetUrl()booleanhasUrl()booleanisParallel()
-
-
-
Method Detail
-
dealWith
boolean dealWith(Participant someone)
-
getUrl
Url getUrl()
-
hasUrl
boolean hasUrl()
-
isParallel
boolean isParallel()
-
-