Uses of Class
net.sf.eBus.feed.pattern.EPatternFeed.AbstractMatchFrame
-
Packages that use EPatternFeed.AbstractMatchFrame Package Description net.sf.eBus.feed.pattern This package contains specialized feeds extending the basic feeds innet.sf.eBus.client. -
-
Uses of EPatternFeed.AbstractMatchFrame in net.sf.eBus.feed.pattern
Fields in net.sf.eBus.feed.pattern with type parameters of type EPatternFeed.AbstractMatchFrame Modifier and Type Field Description protected Map<ENotificationMessage,List<EPatternFeed.AbstractMatchFrame>>EPatternFeed. mEventFramesMaps an accepted notification event to the match frames in which it appears.Methods in net.sf.eBus.feed.pattern with parameters of type EPatternFeed.AbstractMatchFrame Modifier and Type Method Description protected voidEPatternFeed. addMapping(ENotificationMessage event, EPatternFeed.AbstractMatchFrame mf)Adds a mapping from the given event to the match frame which now contains the event.protected static booleanEPatternFeed. componentTest(ENotificationMessage e, EPatternFeed.AbstractMatchFrame mf, MatchCondition mc)Constructors in net.sf.eBus.feed.pattern with parameters of type EPatternFeed.AbstractMatchFrame Constructor Description AbstractMatchFrame(EPatternFeed.AbstractMatchFrame frame)Copies the given frame data into this frame.
-