Uses of Interface
com.rs.seagull.emulator.api.BareSession
- 
Uses of BareSession in com.rs.seagull.emulator.api
Subinterfaces of BareSession in com.rs.seagull.emulator.apiModifier and TypeInterfaceDescriptioninterfaceA Session expands on the more basic BareSession, adding named screens and named user-defined fields and 'controls'.Methods in com.rs.seagull.emulator.api that return BareSessionModifier and TypeMethodDescriptionstatic BareSessionBareSessionFactory.create(com.seagullsw.common.emulator.physical.base.connection2.ConnectionBuilder connectionBuilder) Creates a BareSession.static BareSessionBareSessionFactory.create(com.seagullsw.common.emulator.physical.base.connection2.ConnectionBuilder connectionBuilder, String scheme, String host, int port, Map<String, Object> properties) Creates a BareSession.static BareSessionCreates a BareSession.static BareSessionCreates a BareSession.static BareSessionCreates a BareSession.PropertyCondition.getHostSession()Get the host session.Methods in com.rs.seagull.emulator.api with parameters of type BareSessionModifier and TypeMethodDescriptionstatic ConditionConditions.changeCount(BareSession session, int delta) Returns a Conditions that is true when the ChangeCount property has incremented the given number of times.static ConditionConditions.inputReady(BareSession session) Returns a Condition that is true when the session is ready for input.abstract voidAbstractCondition.setTrigger(Semaphore semaphore, BareSession session) Set the trigger condition.voidPropertyCondition.setTrigger(Semaphore semaphore, BareSession session)