Uses of Class
aQute.libg.remote.Area
-
Packages that use Area Package Description aQute.libg.remote aQute.libg.remote.sink aQute.libg.remote.source -
-
Uses of Area in aQute.libg.remote
Methods in aQute.libg.remote that return Area Modifier and Type Method Description AreaSink. createArea(java.lang.String areaId)Create a new areaAreaSink. getArea(java.lang.String areaId)Get a specific areaMethods in aQute.libg.remote that return types with arguments of type Area Modifier and Type Method Description java.util.Collection<? extends Area>Sink. getAreas()Return a list of areasMethods in aQute.libg.remote with parameters of type Area Modifier and Type Method Description voidSource. event(Event e, Area area) -
Uses of Area in aQute.libg.remote.sink
Subclasses of Area in aQute.libg.remote.sink Modifier and Type Class Description classAreaImplMethods in aQute.libg.remote.sink that return types with arguments of type Area Modifier and Type Method Description java.util.Collection<? extends Area>RemoteSink. getAreas() -
Uses of Area in aQute.libg.remote.source
Methods in aQute.libg.remote.source with parameters of type Area Modifier and Type Method Description voidRemoteSource. event(Event e, Area area)
-