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.api Modifier and Type Interface Description interfaceSessionA 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 BareSession Modifier and Type Method Description static 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 BareSessionBareSessionFactory. create(String scheme, String host, int port)Creates a BareSession.static BareSessionBareSessionFactory. create(String scheme, String host, int port, Map<String,Object> properties)Creates a BareSession.static BareSessionBareSessionFactory. create(URI uri)Creates a BareSession.BareSessionPropertyCondition. getHostSession()Methods in com.rs.seagull.emulator.api with parameters of type BareSession Modifier and Type Method Description static 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)voidPropertyCondition. setTrigger(Semaphore semaphore, BareSession session)
-