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